@charset "utf-8";

/*
Theme ID: www.qxnks.com
Author: 网虫科技
Author QQ：8447002
Author Email：admin@wc8.net
Author URL: http://www.wc8.net/
*/

/* 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; }

body1 { 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 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; }

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 */

body { background: #FFF; border: none; font-family: Verdana, Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 14px; line-height: 1.6; color: #333; }

.container { width: 1200px; margin: 0 auto; }
.container:before, .container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.clearListStyle { margin: 0; padding: 0; list-style: none; }
.clearListStyle li { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; }
a:hover { color: #1364bf; }

img { max-width: 100%; }

/*文本颜色*/
.text-primary { color: #1364bf !important; }

.text-red { color: #FFF !important; }

/*常用*/
.pull-left { float: left; }

.pull-right { float: right; }

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

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

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

.show { display: block !important; }

.hidden { display: none !important; }

.clear { clear: both; }

.clearfix:before, .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.img1-1 { width: 100%; display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img4-3 { width: 100%; display: block; position: relative; }
.img4-3:after { display: block; padding-top: 75%; content: ''; }
.img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

/* 表单元素 */
.form-control { height: 36px; border: 1px solid #CCC; padding: 6px 12px; background-color: #fff; font-size: inherit; display: inline-block; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-appearance: none; -webkit-appearance: none; }

select.form-control { -moz-appearance: menulist; -webkit-appearance: menulist; }

textarea.form-control { height: auto; }

/* 分页 */
.pagination { font-size: 0; text-align: center; margin: 0; padding: 20px 0; list-style: none; font-size: 0; }
.pagination li { display: inline-block; padding: 0; list-style: none; }
.pagination li.active a, .pagination li.active span { background-color: #1364bf; border-color: #1364bf; color: #FFF; }
.pagination a, .pagination span { display: inline-block; margin: 0 3px; padding: 6px 12px; background-color: #FFF; border: 1px solid #DDD; font-size: 14px; }
.pagination a:hover, .pagination span:hover { background-color: #F8F8F8; text-decoration: none; }

.header { min-width: 1200px; height: 110px; background: url(../images/bg_header.jpg) repeat-x center bottom; }
.header .logo { float: left; height: 110px; }
.header .logo img { vertical-align: middle; }
.header .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.header .desc { float: left; margin-left: 100px; margin-top: 40px; }
.header .tel { float: right; width: 280px; height: 52px; margin-top: 30px; }
.header .tel img { float: left; width: 52px; }
.header .tel .num { float: left; margin-left: 10px; color: #2073cf; font-size: 16px; }
.header .tel .bo { font-size: 30px; font-family: arial; font-weight: bold; line-height: 1; }

.nav-main { min-width: 1200px; height: 50px; background: #1364bf; }
.nav-main ul { height: 50px; }
.nav-main li { float: left; width: 120px; border-left: 1px solid #115aab; height: 50px; line-height: 50px; text-align: center; }
.nav-main li:first-child { border-left: none; }
.nav-main li a { display: block; color: #FFF; font-size: 16px; }
.nav-main li a:hover { background-color: #1055a2; }
.nav-main li a.active { background-color: #1055a2; color: #00e573; }

.banner { width: 100%; min-width: 1200px; height: 520px; position: relative; text-align: center; overflow: hidden; }
.banner .bannercont .flex-viewport, .banner .bannercont .slides { width: 1920px; position: relative; left: 50%; top: 0; margin-left: -960px; }
.banner .bannercont img { width: 100%; }
.banner .bannercont .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 20px; z-index: 3; text-align: center; }
.banner .bannercont .flex-control-paging li { display: inline-block; }
.banner .bannercont .flex-control-paging li a { display: block; list-style: none; margin: 0 6px; width: 12px; height: 12px; background-color: #FFF; border-radius: 50%; font-size: 0; }
.banner .bannercont .flex-control-paging li a.flex-active { background-color: #1364bf; }

.fbar { min-width: 1200px; padding: 30px 0; background-color: #F8F8F8; }
.fbar li { float: left; width: 20%; height: 100px; text-align: center; border-left: 1px solid #DDD; }
.fbar li:first-child { border-left: none; }
.fbar li .img { height: 48px; line-height: 48px; overflow: hidden; margin-top: 10px; font-size: 48px; font-family: arial; font-weight: bold; color: #1364bf; }
.fbar li .txt { margin-top: 16px; }

.service { margin-top: 40px; }
.service .service-item { height: 260px; margin-top: 20px; background-color: #FFF; border: 1px solid #EEE; text-align: center; }
.service .service-item .service-hd { width: 20%; height: 100%; float: left; background-color: #29cc5f; color: #FFF; }
.service .service-item .service-hd h1 { font-size: 28px; margin: 30px 0 0; line-height: 1; }
.service .service-item .service-hd h1 a { color: #fff; }
.service .service-item .service-hd .desc { font-size: 14px; margin: 20px 30px 0; height: 110px;}
.service .service-item .service-hd .more { color: #FFF; display: block; margin: 15px auto 0; width: 120px; height: 36px; border-radius: 4px; border: 1px solid #FFF; line-height: 34px; }
.service .service-item .service-hd.yingxiao { background-color: #f28518; }
.service .service-item .service-hd.website { background-color: #3388ff; }
.service .service-item ul { float: left; width: 80%; height: 100%; }
.service .service-item li { width: 25%; height: 100%; float: left; border-left: 1px solid #eee; }
.service .service-item li:hover { box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1); }
.service .service-item li:first-child { border-left: none; }
.service .service-item li .img { margin: 40px 0 0; }
.service .service-item li .img img { height: 50px; }
.service .service-item li .name { font-size: 18px; font-weight: bold; margin-top: 15px; color: #333; }
.service .service-item li .desc { height: 44px; margin: 15px 30px 0; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; line-height: 22px; }
.service .service-item li .more { font-size: 12px; margin-top: 20px; display: block; }

.pub-hd { text-align: center; line-height: 1; }
.pub-hd .cn { font-size: 34px; color: #1364bf; font-weight: bold; }
.pub-hd .en { font-size: 18px; margin-top: 10px; color: #999; text-transform: uppercase; font-family: arial; }
.pub-hd .des { font-size: 15px; margin-top: 20px; color: #999; }

.tongdian { min-width: 1200px; height: 800px; position: relative; margin-top: 70px; background: #1364bf url(../images/bg_faq.jpg) no-repeat center; overflow: hidden; }
.tongdian .pub-hd { margin-top: 70px; }
.tongdian .pub-hd .cn, .tongdian .pub-hd .en { color: #FFF; }
.tongdian .pub-hd .en { font-size: 16px; }
.tongdian .tdl { float: left; padding-top: 90px; }
.tongdian .tdl li { width: 370px; height: 90px; margin-top: 50px; padding-left: 30px; background: url(../images/bg_f01.png) no-repeat left center; line-height: 80px; font-size: 20px; font-weight: bold; color: #1364bf; }
.tongdian .tdl .t01, .tongdian .tdl .t03 { margin-left: 40px; }
.tongdian .tdr { float: right; padding-top: 90px; }
.tongdian .tdr li { width: 370px; height: 90px; margin-top: 50px; padding-left: 30px; background: url(../images/bg_f02.png) no-repeat left center; line-height: 80px; font-size: 20px; font-weight: bold; color: #1364bf; }
.tongdian .tdr .t05 { margin-left: 40px; }
.tongdian .people { width: 380px; height: 570px; margin-left: -190px; position: absolute; left: 50%; bottom: 50px; }

.youshi { min-width: 1200px; height: 660px; position: relative; margin-top: 70px; background: #1364bf url(../images/bg_faq.jpg) no-repeat center top; overflow: hidden; }
.youshi .container { height: 100%; position: relative; }
.youshi .ystit { width: 350px; height: 350px; margin: 0 auto; padding-top: 155px; position: relative; }
.youshi .ystit:before, .youshi .ystit:after, .youshi .ystit .yuan { content: ""; animation: yuan 3s ease-out infinite; width: 330px; height: 330px; opacity: 0; border-radius: 50%; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.8); position: absolute; left: 10px; top: 165px; }
.youshi .ystit:after { animation-delay: 1s; }
.youshi .ystit .yuan { animation-delay: 2s; }
.youshi .ystit img { position: relative; z-index: 2; }
.youshi .item { width: 320px; height: 130px; cursor: pointer; transition: all .4s; padding: 20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; color: #FFF; position: absolute; }
.youshi .item .name { font-size: 30px; line-height: 1; }
.youshi .item .name .img { display: inline-block; width: 40px; margin-right: 20px; text-align: center; vertical-align: middle; margin-top: -3px; }
.youshi .item:hover { background-color: rgba(255, 255, 255, 0.2); box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); transform: translate3d(10px, 10px, 0); }
.youshi .item .desc { margin: 10px 0 0 60px; height: 44px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }
.youshi .item.it01 { left: 70px; top: 84px; }
.youshi .item.it02 { left: 0; top: 264px; }
.youshi .item.it03 { left: 70px; top: 444px; }
.youshi .item.it04 { right: 70px; top: 84px; }
.youshi .item.it05 { right: 0; top: 264px; }
.youshi .item.it06 { right: 70px; top: 444px; }

@keyframes yuan { 0% { transform: scale(1); opacity: 0; }
  50% { opacity: .2; }
  100% { transform: scale(1.5); opacity: 0; } }
.case { margin-top: 70px; }
.case .case-bd { margin-top: 20px; }
.case .case-bd ul { margin-left: -20px; }
.case .case-bd li { width: 285px; float: left; margin: 20px 0 0 20px; overflow: hidden; }
.case .case-bd li .img { width: 285px; height: 177px; overflow: hidden; }
.case .case-bd li .img img { width: 100%; height: 100%; transition: all .4s; }
.case .case-bd li .txt { margin-top: 10px; font-size: 15px; text-align: center; }
.case .case-bd li:hover .img img { transform: scale(1.2); }
.case .case-bd li:nth-child(4n-2) { animation-delay: .2s; }
.case .case-bd li:nth-child(4n-1) { animation-delay: .4s; }
.case .case-bd li:nth-child(4n) { animation-delay: .6s; }

.kehu { margin-top: 70px; }
.kehu .kehu-bd { margin-top: 40px; }
.kehu .kehu-bd li { width: 200px; height: 100px; transition: all .4s; margin: -1px -1px 0 0; border: 1px solid #EEE; float: left; position: relative; }
.kehu .kehu-bd li img { width: 198px; height: 98px; }
.kehu .kehu-bd li:hover { z-index: 2; border-color: #1364bf; }
.kehu .kehu-bd li:nth-child(7), .kehu .kehu-bd li:nth-child(8), .kehu .kehu-bd li:nth-child(9), .kehu .kehu-bd li:nth-child(10), .kehu .kehu-bd li:nth-child(11), .kehu .kehu-bd li:nth-child(12) { animation-delay: .2s; }
.kehu .kehu-bd li:nth-child(13), .kehu .kehu-bd li:nth-child(14), .kehu .kehu-bd li:nth-child(15), .kehu .kehu-bd li:nth-child(16), .kehu .kehu-bd li:nth-child(17), .kehu .kehu-bd li:nth-child(18) { animation-delay: .4s; }

.profile { min-width: 1200px; height: 570px; margin-top: 70px; background: #3d79cc url(../images/bg_profile.jpg) no-repeat center top; color: #FFF; overflow: hidden; }
.profile .pub-hd { margin-top: 60px; }
.profile .pub-hd .cn, .profile .pub-hd .en, .profile .pub-hd .des { color: #FFF; }
.profile .profile-bd { margin: 50px 0 0; }
.profile .profile-bd .cont { width: 1100px; margin: 0 auto; text-align: center; line-height: 1.8; }
.profile .profile-bd ul { margin-top: 40px; }
.profile .profile-bd ul li { float: left; width: 285px; height: 218px; transition: all .4s; margin-left: 20px; padding: 5px; background-color: #FFF; }
.profile .profile-bd ul li:first-child { margin-left: -20px; }
.profile .profile-bd ul li img { width: 275px; height: 208px; }
.profile .profile-bd ul li:hover { transform: scale(1.1); }

.newsgroup { margin-top: 70px; }
.newsgroup .newsgroup-bd { width: 1230px; margin-left: -30px; margin-top: 40px; }
.newsgroup .news { width: 380px; height: 362px; float: left; margin-left: 30px; margin-top: 20px; padding: 20px; background-color: #FFF; border: 1px solid #DDD; }
.newsgroup .news .news-hd { line-height: 20px; }
.newsgroup .news .news-hd .more { float: right; }
.newsgroup .news .news-hd strong { font-size: 20px; color: #1364bf; }
.newsgroup .news .tuijian { padding: 20px 0; border-bottom: 1px dashed #DDD; }
.newsgroup .news .tuijian img { float: left; width: 120px; height: 90px; margin-right: 10px; }
.newsgroup .news .tuijian .cont { overflow: hidden; }
.newsgroup .news .tuijian .tit { font-size: 16px; color: #1364bf; }
.newsgroup .news .tuijian .desc { margin-top: 8px; color: #666; }
.newsgroup .news li { height: 40px; line-height: 40px; border-bottom: 1px dashed #DDD; }
.newsgroup .news li a { display: block; }
.newsgroup .news li .date { float: right; margin-left: 20px; color: #999; }

.footer { min-width: 1200px; margin-top: 70px; background-color: #eee; color: #333; }
.footer .friendlink { padding: 20px 0; border-bottom: 1px solid #ccc; }
.footer .friendlink .tit { font-weight: bold; font-size: 16px; }
.footer .friendlink .cont { margin-top: 5px; }
.footer .friendlink .cont a { font-size: 12px; display: inline-block; margin-right: 20px; color: #666; }
.footer .friendlink .cont a:hover { color: #333; }
.footer .footer-bd { padding: 20px 0; text-align: center; line-height: 28px; }

.copy { min-width: 1200px; padding: 20px 0; background-color: #222; text-align: center; color: #999; font-size: 12px; }

.banner02 { min-width: 1200px; position: relative; overflow: hidden; }
.banner02 .cont { width: 1920px; position: relative; left: 50%; margin-left: -960px; text-align: center; }

.subhd { margin-top: 60px; }

.subnav { margin-top: 20px; text-align: center; }
.subnav a { height: 36px; margin: 0 5px; padding: 0 20px; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; display: inline-block; line-height: 34px; font-size: 16px; }
.subnav a.active { background-color: #1364bf; border-color: #1364bf; color: #FFF; }
.subnav a:hover { border-color: #1364bf; }

.caselist01 { margin-top: 40px; }
.caselist01 ul { margin-left: -20px; }
.caselist01 li { width: 285px; float: left; margin: 20px 0 0 20px; position: relative; text-align: center; }
.caselist01 li .img { overflow: hidden; }
.caselist01 li .img img { width: 285px; height: 177px; transition: all .4s; }
.caselist01 li .name { font-size: 14px; margin-top: 10px; }
.caselist01 li:hover .img img { transform: scale(1.2); }

.caselist02 { margin-top: 40px; }
.caselist02 ul { margin-left: -20px; }
.caselist02 li { width: 285px; height: 580px; background: url(../images/bg_iphone.png) no-repeat center; float: left; margin: 30px 0 0 20px; position: relative; text-align: center; }
.caselist02 li .cont { width: 248px; height: 440px; margin: 71px 0 0 19px; position: relative; overflow: hidden; }
.caselist02 li .img img { width: 248px; height: 440px; }
.caselist02 li .qrcode { width: 248px; height: 440px; transition: all .4s; opacity: 0; background: url(../images/mask_case.png); background: rgba(0, 73, 178, 0.75); position: absolute; top: 100%; left: 0; color: #FFF; }
.caselist02 li .qrcode img { width: 120px; height: 120px; margin-top: 100px; }
.caselist02 li .qrcode .name { font-size: 15px; padding: 15px; margin-top: 200px; }
.caselist02 li:hover .qrcode { opacity: 1; top: 0; }

.pagination { margin-top: 40px; }

.service-group { margin: 30px 0 0 -20px; }
.service-group .service-item { width: 590px; padding: 30px; transition: all .3s; float: left; margin: 20px 0 0 20px; background-color: #FFF; border: 1px solid #E8E8E8; }
.service-group .service-item .img { width: 80px; padding: 20px 0 0 10px; text-align: center; float: left; margin-right: 40px; }
.service-group .service-item .img img { max-width: 70px; max-height: 70px; transition: all .3s; }
.service-group .service-item .cont { overflow: hidden; }
.service-group .service-item .cont .name { font-size: 18px; font-weight: bold; }
.service-group .service-item .cont .desc { height: 66px; margin-top: 15px; font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; line-height: 22px; }
.service-group .service-item .cont .more { margin-top: 15px; }
.service-group .service-item:hover { background-color: #f9fbfd; border-color: #ccdaef; box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
.service-group .service-item:hover .img img { transform: scale(1.1); }
.service-group .service-item:hover .cont .name { color: #1364bf; }
.service-group .service-item:hover .cont .more a { color: #1364bf; }

.inside-seo { margin-left: -20px; margin-top: 30px; }
.inside-seo li { width: 285px; height: 380px; transition: all .4s; padding: 20px; margin: 20px 0 0 20px; background: #f8f8f8; float: left; }
.inside-seo .name { height: 30px; line-height: 30px; font-size: 20px; text-align: center; overflow: hidden; margin-top: 10px; font-weight: bold; }
.inside-seo .pic { width: 100px; height: 100px; margin: 30px 72px; overflow: hidden; display: inline-block; position: relative; text-align: center; }
.inside-seo .pic_on { width: 100%; display: block; -webkit-transition: all 0.3s; cursor: pointer; white-space: pre; position: absolute; top: 0; }
.inside-seo .pic_over { width: 100%; display: block; -webkit-transition: all 0.3s; color: #0668C0; cursor: pointer; white-space: pre; position: absolute; top: 100px; }
.inside-seo .cont { height: 125px; line-height: 25px; text-indent: 2em; overflow: hidden; color: #666; }
.inside-seo li:hover { background: #4996EA; }
.inside-seo li:hover .name { color: #fff; }
.inside-seo li:hover .cont { color: #fff; }
.inside-seo li:hover .pic_on { top: -100px; }
.inside-seo li:hover .pic_over { top: 0px; }

.inside-web { margin-top: 30px; margin-left: -20px; }
.inside-web li { width: 285px; height: 360px; transition: all .4s; padding: 20px; position: relative; float: left; overflow: hidden; margin: 20px 0 0 20px; text-align: center; cursor: pointer; background: #FFF; border: 1px solid #DDD; }
.inside-web .pic { text-align: center; margin-top: 20px; transition: all .4s; }
.inside-web .pic img { height: 70px; }
.inside-web .name { margin-top: 30px; font-size: 22px; text-align: center; font-weight: bold; }
.inside-web .en { text-transform: uppercase; width: 100%; text-align: center; font-family: arial; font-size: 14px; color: #999; }
.inside-web .cont { margin-top: 20px; font-size: 14px; line-height: 22px; color: #666; }
.inside-web li:hover { transform: translateY(-10px); background-color: #f9fbfd; border-color: #ccdaef; box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
.inside-web li:hover .pic { transform: scale(1.2); }

.newslist ul { margin-left: -40px; }
.newslist li { width: 100%; float: left; padding: 30px 0; transition: all .3s; float: left; margin: 0 0 0 40px; background-color: #FFF; border-bottom: 1px solid #E8E8E8; }
.newslist li .img { float: left; margin-right: 30px; overflow: hidden; }
.newslist li .img img { width: 200px; height: 150px; transition: all .4s; }
.newslist li:hover .img img { transform: scale(1.1); }
.newslist li .cont { overflow: hidden; }
.newslist li .cont .tit { font-size: 16px; font-weight: bold; }
.newslist li .cont .desc { height: 48px; margin-top: 15px; color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; line-height: 24px; }
.newslist li .cont .time { font-size: 14px; color: #999; margin-top: 10px; }
.newslist li .cont .more { margin-top: 10px; }
.newslist li .cont .more a { color: #1364bf; }

.page { margin-top: 50px; }

.page-title { text-align: center; font-size: 24px; font-weight: bold; }

.page-date { margin-top: 10px; text-align: center; color: #666; }

.page-cont { margin-top: 30px; line-height: 1.8; }
.page-cont:before, .page-cont:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.page-des { border-top: 1px dashed #ddd; padding: 15px 0; line-height: 30px; }
.page-des a:hover { color: #1364BF; text-decoration: underline; }

.page-label { padding: 20px 0; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; }
.page-label a { margin: 0 15px; }
.page-label a:hover { color: #1364BF; text-decoration: underline; }

.page-tuijian { margin-top: 20px; }
.page-tuijian .tit { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.page-tuijian .cont { overflow: hidden; }
.page-tuijian .cont li { width: 50%; float: left; padding-right: 20px; line-height: 32px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; box-sizing: border-box; }
.page-tuijian .cont li a { position: relative; padding-left: 15px; line-height: 32px; }
.page-tuijian .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.page-tuijian .cont li a:hover { color: #1364bf; }
.page-tuijian .cont li a:hover:before { background: #1364bf; }

.noresult { text-align: center; padding: 20px; }

.newsbox_1 { background: #f7f7f7; width: 100%; padding: 20px 0; overflow: hidden; }
.newsbox_1 .wrap { width: 800px; height: 340px; position: relative; overflow: hidden; float: left; }
.newsbox_1 .wrap .flex-viewport { height: 340px; }
.newsbox_1 .wrap .slides { width: 800px; position: absolute; top: 0; left: 0; height: 340px; }
.newsbox_1 .wrap .slides li { float: left; width: 800px; height: 340px; position: relative; }
.newsbox_1 .wrap .slides li img { display: block; width: 800px; height: 340px; }
.newsbox_1 .wrap .flex-control-nav { position: absolute; bottom: 8px; right: 5px; }
.newsbox_1 .wrap .flex-control-nav li { display: inline-block; *display: inline; zoom: 1; }
.newsbox_1 .wrap .flex-control-nav a { display: inline-block; width: 22px; height: 22px; line-height: 22px; font-size: 12px; overflow: hidden; background: #f6f6f6; text-align: center; margin: 0 2px; color: #333; cursor: pointer; }
.newsbox_1 .wrap .flex-control-nav .flex-active { background: #f28518; color: #fff; }
.newsbox_1 .listbox { width: 385px; height: 340px; background: #fff; float: right; }
.newsbox_1 .listbox ul { padding: 5px 15px; }
.newsbox_1 .listbox ul li { height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_1 .listbox ul li a { padding-left: 10px; position: relative; }
.newsbox_1 .listbox ul li a:before { position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_1 .listbox ul li a:hover { color: #1364bf; }
.newsbox_1 .listbox ul li a:hover:before { background: #1364bf; }
.newsbox_1 .listbox ul li .date { float: right; }

.newsbox_tit { height: 43px; line-height: 43px; width: 100%; background: #c1d9f3; }
.newsbox_tit .tit { padding: 0 15px; background: #1364bf; display: inline-block; }
.newsbox_tit .tit .zi { color: #fff; font-size: 16px; font-weight: bold; padding-left: 30px; background: url(../images/icon-news.png) no-repeat left; background-position: 0 0; }
.newsbox_tit .tit .zi2 { background-position: 0 -43px; }
.newsbox_tit .tit .zi3 { background-position: 0 -86px; }
.newsbox_tit .tit .zi4 { background-position: 0 -129px; }
.newsbox_tit .tit .zi5 { background-position: 0 -172px; }
.newsbox_tit .tit .zi6 { background-position: 0 -215px; }
.newsbox_tit .tit .zi7 { background-position: 0 -258px; }
.newsbox_tit .more { float: right; color: #1364bf; font-size: 16px; padding-right: 10px; }
.newsbox_tit .more:hover { text-decoration: underline; }

.tuijian_tit { height: 43px; line-height: 43px; width: 100%; background: #1364bf; padding: 0 15px; box-sizing: border-box; color: #fff; font-size: 16px; font-weight: bold; }

.newsbox_2 { width: 1200px; margin: 20px auto 0; overflow: hidden; }
.newsbox_2 .listbox { width: 450px; height: 443px; background: #fff; float: left; margin-right: 20px; }
.newsbox_2 .listbox .listcon { padding: 20px 14px 0; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; }
.newsbox_2 .listbox .listcon .topnews .img { width: 140px; height: 105px; float: left; overflow: hidden; margin-right: 16px; }
.newsbox_2 .listbox .listcon .topnews .img img { width: 100%; height: 100%; transition: all .4s; }
.newsbox_2 .listbox .listcon .topnews .img:hover img { transform: scale(1.1); }
.newsbox_2 .listbox .listcon .topnews .cont .name { font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_2 .listbox .listcon .topnews .cont .name:hover { color: #1364bf; }
.newsbox_2 .listbox .listcon .topnews .cont .txt { margin-top: 5px; color: #888; line-height: 24px; height: 72px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.newsbox_2 .listbox .listcon ul { margin-top: 20px; }
.newsbox_2 .listbox .listcon ul li { height: 40px; line-height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.newsbox_2 .listbox .listcon ul li a { padding-left: 10px; position: relative; }
.newsbox_2 .listbox .listcon ul li a:before { position: absolute; left: 0; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_2 .listbox .listcon ul li a:hover { color: #1364bf; }
.newsbox_2 .listbox .listcon ul li a:hover:before { background: #1364bf; }
.newsbox_2 .listbox .listcon ul li .date { float: right; }
.newsbox_2 .tuijian { width: 260px; float: left; background: #f5f5f5; }
.newsbox_2 .tuijian .labelcon { padding: 14px; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; overflow: hidden; }
.newsbox_2 .tuijian .labelcon a { display: block; color: #555; width: 107px; height: 34px; line-height: 32px; text-align: center; margin: 4px; border: 1px solid #afafaf; box-sizing: border-box; float: left; }
.newsbox_2 .tuijian .labelcon a:hover { background: #1364bf; border: 1px solid #1364bf; color: #fff; }
.newsbox_2 .tuijian .tjcon { padding: 10px; height: 400px; border: 1px solid #d0d0d0; border-top: none; box-sizing: border-box; overflow: hidden; }
.newsbox_2 .tuijian .tjcon li { padding: 6px 0; }
.newsbox_2 .tuijian .tjcon li a { display: block; line-height: 25px; color: #555; padding-left: 10px; width: 240px; box-sizing: border-box; position: relative; }
.newsbox_2 .tuijian .tjcon li a:before { position: absolute; left: 0; top: 11px; width: 2px; height: 2px; border-radius: 50%; background: #333; content: ''; }
.newsbox_2 .tuijian .tjcon li a:hover { color: #1364bf; }
.newsbox_2 .tuijian .tjcon li a:hover:before { background: #1364bf; }

.wendabg { background: #f7f7f7; width: 100%; padding-bottom: 20px; overflow: hidden; }

.wenda_box { width: 1200px; margin: 20px auto 0; padding: 20px 5px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wenda_tit { font-size: 18px; font-weight: bold; height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 15px; position: relative;}
.wenda_tit:before{position: absolute; left: 0; top: 5px; width: 5px; height: 20px; border-radius: 2px; background: #1364BF; content: '';}
.wenda_tit .more { float: right; color: #999; font-size: 14px; font-weight: normal; }
.wenda_tit .more:hover { color: #1364bf; }

.wenda_tit2 { background-position: 0 -30px; }

.wenda_tit3 { background-position: 0 -60px; }

.wenda_tit4 { background-position: 0 -90px; }

.wenda_tit5 { background-position: 0 -120px; }

.wenda_tit6 { background-position: 0 -150px; }

.wenda_tit7 { background-position: 0 -180px; }

.wenda_f1 { width: 50%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f1 .cont { overflow: hidden; height: 336px; background: #fafafa; border: 1px solid #f2f2f2; padding: 15px 20px; box-sizing: border-box; }
.wenda_f1 .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f1 .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wenda_f1 .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wenda_f1 .cont li a:hover { color: #1364bf; }
.wenda_f1 .cont li a:hover:before { background: #1364bf; }
.wenda_f1 .cont li .date { color: #999; float: right; font-size: 13px; }

.wenda_f2 { width: 33.33%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f2 .cont { overflow: hidden; height: 304px; }
.wenda_f2 .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f2 .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wenda_f2 .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wenda_f2 .cont li a:hover { color: #1364bf; }
.wenda_f2 .cont li a:hover:before { background: #1364bf; }
.wenda_f2 .cont li .date { color: #999; float: right; font-size: 13px; }

.wenda_f3 { width: 100%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f3 .wd-con { overflow: hidden; }
.wenda_f3 .wd-con li { height: 100px; width: 33.33%; float: left; padding: 15px 0; border-bottom: 1px solid #eee; box-sizing: border-box; }
.wenda_f3 .wd-con li a { display: block; }
.wenda_f3 .wd-con li .ques { height: 18px; line-height: 18px; padding-left: 28px; background: url(../images/q.png) no-repeat left top; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f3 .wd-con li .answ { margin-top: 8px; height: 44px; line-height: 22px; color: #666; font-size: 13px; padding-left: 28px; background: url(../images/a.png) no-repeat; background-position: 0 2px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.wenda_f3 .wd-con li:hover .ques{color: #1364BF;}

.wenda_f4 { width: 100%; padding: 0 15px; float: left; box-sizing: border-box; }
.wenda_f4 .type-con{ border-left: 1px solid #eee; overflow: hidden; padding-top: 1px;}
.wenda_f4 .type-con a { display: block; padding: 0 25px; float: left; height: 36px; line-height: 34px; margin-top: -1px; text-align: center; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wenda_f4 .type-con a:hover { background: #1364bf; color: #fff; }
.wenda_f4 .label-con{ margin-top: 20px; overflow: hidden;}
.wenda_f4 .label-con a{height: 36px; line-height: 36px; padding: 0 20px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #eee; float: left;}
.wenda_f4 .label-con a:hover { background: #1364bf; color: #fff; }

.wdlist_box { width: 1200px; margin: 20px auto 0; padding: 20px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wdlist_f1 .tit { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.wdlist_f1 .wd-type { border-left: 1px solid #eee; overflow: hidden; padding-top: 1px; }
.wdlist_f1 .wd-type a { display: block; padding: 0 25px; float: left; height: 36px; line-height: 34px; margin-top: -1px; text-align: center; border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f1 .wd-type a:hover { background: #1364bf; color: #fff; }
.wdlist_f1 .wd-type a.click { background: #1364bf; color: #fff; }

.wdlist_f2 .tit { font-size: 16px; font-weight: bold; color: #1364BF; height: 20px; line-height: 20px; margin-bottom: 20px; }
.wdlist_f2 .cont { border-top: 1px solid #eee; overflow: hidden; }
.wdlist_f2 .cont li { padding: 5px 0; line-height: 16px; border-bottom: 1px solid #eee; box-sizing: border-box; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdlist_f2 .cont li .ques { margin: 10px 20px 10px 10px; float: left;}
.wdlist_f2 .cont li .label {float: left; margin: 10px 200px 10px 0; padding-left: 25px; background: url(../images/icon-label.png) no-repeat left center; background-size: 16px 16px;}
.wdlist_f2 .cont li .label a{font-size: 12px; color: #bbb; margin-right: 15px; float: left;}
.wdlist_f2 .cont li .date { color: #999; position: absolute; right: 0; top: 15px;}
.wdlist_f2 .cont li .date span { padding: 0 15px; }
.wdlist_f2 .cont li:hover { background: #f7f7f7; }
.wdlist_f2 .cont li .ques a:hover { color: #1364BF; }
.wdlist_f2 .cont li .label a:hover { color: #1364BF; }

.wdpage_fl { width: 880px; float: left; }

.wdpage_box { width: 880px; margin-top: 20px; padding: 20px; background: #fff; box-sizing: border-box; overflow: hidden; }

.wdpage_wen { padding-bottom: 20px; border-bottom: 1px solid #eee; }
.wdpage_wen .name { font-size: 22px; font-weight: bold; line-height: 28px; margin-bottom: 30px; }
.wdpage_wen .cont{ overflow: hidden; font-size: 12px; color: #aaa;}
.wdpage_wen .des { float: left;}
.wdpage_wen .des .item { padding: 0 15px; }
.wdpage_wen .des .item:first-child { padding-left: 0; }
.wdpage_wen .label{float: right; padding-left: 20px; background: url(../images/icon-label.png) no-repeat left center; background-size: 16px;}
.wdpage_wen .label a{margin-left: 10px; color: #999;}
.wdpage_wen .label a:hover{color: #1364BF; text-decoration:underline;}

.wdpage_da { margin-top: 20px; }
.wdpage_da .bt { height: 46px; line-height: 44px; font-size: 20px; font-weight: bold; color: #555; padding: 0 10px; box-sizing: border-box; background: #f7fafd; border: 1px solid #eceff3; box-sizing: border-box; }
.wdpage_da .da_item { padding: 20px 0 60px; border-bottom: 1px dashed #eee; position: relative;}
.wdpage_da .da_item .info-des{height: 46px; overflow: hidden;}
.wdpage_da .da_item .info-img{width: 46px; height: 46px; border-radius: 50%; overflow: hidden; float: left; margin-right: 10px;}
.wdpage_da .da_item .info-img img{width: 100%; height: 100%;}
.wdpage_da .da_item .info-num { font-size: 16px; color: #333; }
.wdpage_da .da_item .info-date { font-size: 12px; color: #999; margin-top: 5px; }
.wdpage_da .da_item .info-con { margin-top: 10px; }
.wdpage_da .da_item .info-con img { max-width: 100%; }
.wdpage_da .da_item .info-zan{position: absolute; right: 0; bottom: 20px; padding: 0 15px; font-size: 12px; height: 28px; line-height: 28px; border: 1px solid #b2b2b2; color: #aaa; border-radius: 15px; cursor: pointer;}
.wdpage_da .da_item .info-zan img{width: 16px; height: 16px; float: left; margin-right: 5px; margin-top: 5px;}
.wdpage_da .da_item .info-zan .img1{display: block;}
.wdpage_da .da_item .info-zan .img2{display: none;}
.wdpage_da .da_item .info-zan.click{background: #1364BF; border: 1px solid #1364BF; color: #fff;}
.wdpage_da .da_item .info-zan.click .img1{display: none;}
.wdpage_da .da_item .info-zan.click .img2{display: block;}
.wdpage_da .da_item:last-child { border-bottom: none; }

.wdpage_relate .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_relate .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_relate .sousuo li { width: 25%; height: 36px; line-height: 36px; float: left; padding-right: 20px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_relate .sousuo li a:hover { text-decoration: underline; color: #1364BF; }
.wdpage_relate .wtcon { overflow: hidden; }
.wdpage_relate .wtcon li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_relate .wtcon li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_relate .wtcon li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_relate .wtcon li a:hover { color: #1364bf; }
.wdpage_relate .wtcon li a:hover:before { background: #1364bf; }
.wdpage_relate .wtcon li .date { color: #999; float: right; font-size: 13px; }

.wdpage_fr{width: 300px; float: right;}
.wdpage_label { width: 300px;background: #fff; margin-top: 20px;}
.wdpage_label .labelcon { padding: 15px; box-sizing: border-box; overflow: hidden; }
.wdpage_label .labelcon a { display: block; color: #666; padding: 6px 9px; text-align: center; margin: 5px; border: 1px solid #ddd; box-sizing: border-box; float: left; }
.wdpage_label .labelcon a:hover { background: #1364bf; border: 1px solid #1364bf; color: #fff; }

.wdpage_hot { width: 300px; background: #fff; margin-top: 20px; padding: 20px; box-sizing: border-box; }
.wdpage_hot .tit { height: 30px; line-height: 30px; padding-left: 14px; font-size: 18px; font-weight: bold; margin-bottom: 20px; position: relative; }
.wdpage_hot .tit:before { position: absolute; left: 0; top: 6px; height: 20px; width: 5px; background: #1364BF; content: ''; }
.wdpage_hot .cont { overflow: hidden; }
.wdpage_hot .cont li { line-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.wdpage_hot .cont li a { position: relative; padding-left: 15px; line-height: 38px; }
.wdpage_hot .cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #999; content: ''; }
.wdpage_hot .cont li a:hover { color: #1364bf; }
.wdpage_hot .cont li a:hover:before { background: #1364bf; }
.wdpage_hot .cont li .date { color: #999; float: right; font-size: 13px; }

.now-add { height: 40px; line-height: 40px; background: #f7f7f7; border-bottom: 1px solid #ddd; }
.now-add a:hover { color: #1364BF; text-decoration: underline; }

.top { height: 32px; line-height: 32px; width: 100%; border-bottom: 1px solid #eee; }
.top a { padding: 0 10px; }
.top a:hover { color: #1364BF; text-decoration: underline; }


/*# 购买咨询 */

#index2 {
  width: 1200px;
  height: 440px;
  margin: 0 auto;
  margin-top: 44px;
}
#index2 .top {
  height: 48px;
}
#index2 .top .a1 {
  font-size: 24px;
}
#index2 .top .a2 {
  font-size: 24px;
  color: #ff6d00;
}
#index2 .top .a3 {
  font-size: 14px;
}
#index2 .list {
  height: 345px;
}
#index2 .list dl {
  width: 1230px;
}
#index2 .list dl dd {
  width: 283px;
  height: 345px;
  float: left;
  border: 1px solid #DDDDDD;
  margin-right: 20px;
  border-top: 2px solid #245fc3;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#index2 .list dl dd .a1 {
  padding-top: 20px;
  display: block;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  font-size: 23px;
}
#index2 .list dl dd .a2 {
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
}
#index2 .list dl dd .a3 {
  font-size: 14px;
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}
#index2 .list dl dd .a4 {
  padding-top: 6px;
  margin: 0 44px;
  color: #666666;
  display: block;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
#index2 .list dl dd .a5 {
  margin: 0 auto;
  margin-top: 28px;
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #245fc3;
}
#index2 .list dl dd .a5 .b1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 124px;
  height: 36px;
  z-index: 5;
}
#index2 .list dl dd .a5 a {
  color: #333;
}
#index2 .list dl dd .num {
  color: #ff6d00;
  font-size: 32px;
  font-weight: bold;
}
#index2 .list dl dd .num2 {
  color: #ff6d00;
  font-size: 28px;
  font-weight: bold;
}
#index2 .list dl dd.onfocus {
  border-top: 5px solid #ff6d00;
  box-shadow: 0 5px 10px #ddd;
  transform: translateY(-8px);
}
#index2 .list dl dd.onfocus .a1 {
  color: #ff6d00;
}
#index2 .list dl dd.onfocus .a5 .b1 {
  background-color: #2360c3;
}
#index2 .list dl dd.onfocus .a5 a {
  color: #fff;
}


/*# 页脚 */
.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:#22262A;color:#bbb;}

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

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

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

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

#footer{background:#292E34;line-height:24px;}

#footer .containerfoot{width:1000px;color:#fff;padding:0;}

.title{font-size:20px;color:#A4B2BB;}

#footer a{color:#5C636B;}

#footer a:hover{color:#ccc;}

#footer .x3{background:url(../images/bg_footer.gif) repeat-y right;color:#5C636B;min-height:140px;}

#footer .x3:last-child{background:none;}

.containerfoot,.container-layout{margin:0 auto;padding:0 10px;}

.line{margin:0;padding:0;}

.layout:after,.containerfoot:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}


.x3{width:25%;float:left;position:relative;min-height:1px;}

.layout, .containerfoot{display:block;}

.padding-big{padding:20px;}

.padding-top{padding-top:10px;}

.padding-bottom{padding-bottom:10px;}

/*小程序*/
.fl {
  float: left;
}
.fr {
  float: right;
}
#ejslide {
  height: 590px;
}
#ejslide .c {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  color: #ffffff;
}
#ejslide .c div {
  visibility: hidden;
  visibility: visible\9;
}
#ejslide .c .a1 {
  position: absolute;
  top: 208px;
  left: 0;
  font-size: 44px;
}
#ejslide .c .a2 {
  position: absolute;
  top: 271px;
  left: 0;
  font-size: 30px;
  line-height: 40px;
}
#ejslide .c .a2 span {
  font-size: 22px;
}
#ejslide .c .a3 {
  position: absolute;
  top: 391px;
  left: 0;
  width: 148px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 2px solid #fff;
  font-size: 20px;
}
#ejslide .c .a3 a {
  color: #ffffff;
}
#ejslide .c .a4 {
  position: absolute;
  top: 145px;
  right: 0;
}
input.placeholder{color: #838383 !important;}
textarea.placeholder{color: #838383 !important;}

.cleanfix{clear:both;}
#main{width:100%;height:auto;overflow:hidden;max-width:1920px;margin:0px auto;}

.w1200{width:1200px;height:auto;margin:0px auto;}

.c333333{color:#333333;}

.c606060{color:#606060;}

.cffffff{color:#FFFAFA;}

.bgxian{background-position:center;background-image:url(../images/bgn1.jpg);background-repeat:no-repeat;}

.partitle {
  width: 1200px;
  height: auto;
  padding-bottom: 15px;
}
.partitle .title {
  width: 1200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.partitle .title img {
  vertical-align: middle;
  margin-right: 10px;
}
.partitle .word {
  width: 1200px;
  height: 35px;
  margin-bottom: 10px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #606060;
}
#indexpart1 {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  padding-top: 35px;
}
#indexpart1 ul {
  width: 1200px;
  height: auto;
}
#indexpart1 ul li {
  width: 400px;
  height: 210px;
  float: left;
  cursor: pointer;
  transition: all .3s;
}
#indexpart1 ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #ddd;
}
#indexpart1 ul li.center {
  width: 398px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
#indexpart1 ul li.bottom {
  border-bottom: 1px solid #efefef;
  height: 186px;
}
#indexpart1 ul li .icon {
  width: 100%;
  height: 63px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#indexpart1 ul li .name {
  width: 300px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  color: #464646;
}
#indexpart1 ul li .con {
  width: 300px;
  max-height: 75px;
  line-height: 25px;
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  font-size: 14px;
  color: #6b6b6b;
}
#indexpart1 ul li .pic1 {
  background-image: url(../images/bgn2.png);
}
#indexpart1 ul li .pic2 {
  background-image: url(../images/bgn3.png);
}
#indexpart1 ul li .pic3 {
  background-image: url(../images/bgn4.png);
}
#indexpart1 ul li .pic4 {
  background-image: url(../images/bgn5.png);
}
#indexpart1 ul li .pic5 {
  background-image: url(../images/bgn6.png);
}
#indexpart1 ul li .pic6 {
  background-image: url(../images/bgn7.png);
}
#indexpart2 {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  padding-top: 30px;
  background-image: url(../images/bgn8.jpg);
  background-position: center;
}
#indexpart2 .con-box {
  width: 1200px;
  min-height: 435px;
  background-color: #eff4fb;
  box-shadow: 0px 0px 10px #eeeeee;
}
#indexpart2 .con-box .slide {
  width: 1200px;
  min-height: 435px;
}
#indexpart2 .con-box .slide .container {
  width: 1200px;
  min-height: 435px;
  position: relative;
}
#indexpart2 .con-box .slide .container .preview {
  width: 1002px;
  height: auto;
  padding: 25px 0px;
  margin: 0px auto;
}
#indexpart2 .con-box .slide .container .preview li {
  display: block;
  width: 155px;
  height: 48px;
  margin: 5px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-color: #ffffff;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  float: left;
  cursor: pointer;
}
#indexpart2 .con-box .slide .container .preview .active {
  background-color: #2360c3;
  border: 1px solid #2360c3;
  box-shadow: 0px 0px 5px #2360c3;
  color: #ffffff;
}
#indexpart2 .con-box .slide .container .slider-container {
  width: 1200px;
  height: 323px;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item {
  width: 1200px;
  height: 323px;
  position: relative;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .picture {
  width: 317px;
  height: 253px;
  float: left;
  position: absolute;
  top: 35px;
  left: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  /*background-size:cover;*/
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .detail {
  width: 785px;
  height: 253px;
  float: right;
  position: absolute;
  top: 35px;
  right: 30px;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .detail .title {
  width: 785px;
  height: 59px;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3c;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .detail .title span {
  color: #ff8501;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .detail .word {
  width: 785px;
  height: 50px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  color: #3c3c3c;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .detail .list-box {
  width: 770px;
  margin-left: 15px;
  max-height: 120px;
  margin-top: 11.5px;
  overflow: hidden;
}
#indexpart2 .con-box .slide .container .slider-container .slider__item .detail .list-box .list {
  width: 150px;
  height: 30px;
  float: left;
  padding-left: 30px;
  margin: 5px 0px;
  background-image: url(../images/bgn15.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 30px;
  font-size: 15px;
  color: #535353;
}
#indexpart2 .con-box .slide .container .slider__switch--prev {
  width: 26px;
  height: 49px;
  background-image: url(../images/bgn11.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  bottom: 137px;
  outline: none;
}
#indexpart2 .con-box .slide .container .slider__switch--next {
  width: 26px;
  height: 49px;
  background-image: url(../images/bgn10.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  bottom: 137px;
  outline: none;
}
.slider-nav {
  display: none;
}
#indexpart3 {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  padding-top: 30px;
}
#indexpart3 ul {
  width: 1210px;
  height: auto;
}
#indexpart3 ul li {
  width: 88px;
  height: 44px;
  float: left;
  border: 1px solid #dddddd;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-size: 14px;
  color: #3c3c3c;
  margin-right: 10px;
  margin-bottom: 10px;
}
#indexpart3 ul li.on {
  background-color: #2360c3;
  border: 1px solid #2360c3;
  box-shadow: 0px 0px 5px #2360c3;
  color: #ffffff;
}
#indexpart3 .slide1 {
  width: 1200px;
  height: 510px;
  margin-top: 5px;
}
#indexpart3 .slide1 .container {
  width: 1200px;
  height: 510px;
  position: relative;
}
#indexpart3 .slide1 .container .slider-container {
  width: 1200px;
  height: 510px;
}
#indexpart3 .slide1 .container .slider-container .slider__item {
  width: 1200px;
  height: 510px;
  padding: 10px 0px;
}
#indexpart3 .slide1 .container .slider-container .slider__item .list {
  width: 240px;
  border: 1px solid #dddddd;
  cursor: pointer;
  height: 488px;
  padding: 6px 12px;
  padding-bottom: 0px;
  float: left;
  margin: 0px 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#indexpart3 .slide1 .container .slider-container .slider__item .list:hover {
  box-shadow: 0px 0px 10px #aaaaaa;
}
#indexpart3 .slide1 .container .slider-container .slider__item .list .picture {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 427px;
  margin-bottom: 6px;
  overflow: hidden;
}
#indexpart3 .slide1 .container .slider-container .slider__item .list .picture .pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#indexpart3 .slide1 .container .slider-container .slider__item .list:hover .picture .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#indexpart3 .slide1 .container .slider-container .slider__item .list .title {
  height: 48px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 12px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #282828;
}
#indexpart3 .slide1 .container .slider-container .slider__item .list:hover .title {
  color: #2360c3;
}
#indexpart3 .slide1 .container .slider__switch--prev {
  width: 26px;
  height: 49px;
  background-image: url(../images/bgn11.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  bottom: 50%;
  outline: none;
}
#indexpart3 .slide1 .container .slider__switch--next {
  width: 26px;
  height: 49px;
  background-image: url(../images/bgn10.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  bottom: 50%;
  outline: none;
}
#indexpart4 {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  padding-top: 0;
}
#indexpart4 ul {
  width: 1252px;
  height: 301px;
  margin-top: 25px;
}
#indexpart4 ul li {
  width: 261px;
  height: 300px;
  border-bottom: 1px solid #dddddd;
  float: left;
  background-color: #f4f6fa;
  cursor: pointer;
  margin-right: 52px;
  transition: all .3s;
}
#indexpart4 ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 20px #ddd;
}
#indexpart4 ul li .title {
  width: 261px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #2360c3;
  font-weight: bold;
}
#indexpart4 ul li .title img {
  vertical-align: middle;
  margin-right: 15px;
}
#indexpart4 ul li .list {
  width: 190px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  margin-left: 65px;
}
#indexpart4 ul li .list span {
  color: #2360c3;
  margin-right: 25px;
}
#indexpart4 ul li .more {
  width: 261px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #ff6d00;
}
#indexpart4 .compare {
  width: 1200px;
  height: 418px;
  margin-top: 130px;
}
#indexpart4 .compare .box {
  width: 460px;
  height: 318px;
  box-shadow: 0px 0px 10px #cccccc;
  padding-top: 100px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
#indexpart4 .compare .box1 {
  width: 280px;
  height: 418px;
  background-image: url(../images/bgn26.png);
  background-position: center;
  background-repeat: no-repeat;
}
#indexpart4 .compare .box .title {
  width: 138px;
  height: 70px;
  padding: 44.5px 0px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 161px;
  top: -79.5px;
  text-align: center;
  line-height: 35px;
}
#indexpart4 .compare .box .con-list {
  width: 410px;
  height: 55px;
  border-bottom: 1px dashed #e3e3e3;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  text-align: center;
  margin: 0px auto;
}
#indexpart4 .compare .box .consult {
  display: block;
  width: 408px;
  height: 48px;
  margin: 0px auto;
  margin-top: 25px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: bold;
  transition: all .3s;
}
#indexpart4 .compare .box .color1 {
  border: 1px solid #2360c3;
  color: #2360c3;
}
#indexpart4 .compare .box:hover .color1 {
  background: #2360c3;
  color: #fff;
}
#indexpart4 .compare .box .color2 {
  border: 1px solid #ff6d00;
  color: #ff6d00;
}
#indexpart4 .compare .box:hover .color2 {
  background: #ff6d00;
  color: #fff;
}
#indexpart5 {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  padding-top: 30px;
  background-image: url(../images/bgn8.jpg);
  background-position: center;
}
#indexpart5 .partitle {
  padding-bottom: 30px;
}
#indexpart5 .con-box {
  width: 1200px;
  height: auto;
  padding: 30px 0px;
  background-color: #ffffff;
}
#indexpart5 .con-box .question {
  width: 570px;
  height: 30px;
  margin-bottom: 20px;
  padding-left: 30px;
  float: left;
  line-height: 30px;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  cursor: pointer;
}
#indexpart5 .con-box .question img {
  vertical-align: middle;
}
#indexpart5 .con-box .question span {
  color: #2360c3;
  margin-right: 5px;
}
#indexpart5 .con-box .answer {
  width: 1100px;
  height: auto;
  margin: 0px 30px;
  padding: 20px;
  background-color: #f4f6fa;
  line-height: 25px;
  float: left;
  margin-bottom: 20px;
  font-size: 15px;
  color: #2360c3;
  display: none;
}
#indexpart5 ul {
  width: 1220px;
  height: auto;
  margin-top: 20px;
}
#indexpart5 ul li {
  width: 285px;
  height: 200px;
  padding-top: 30px;
  float: left;
  margin-right: 20px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#indexpart5 ul li:hover {
  margin-top: -10px;
  box-shadow: 0px 0px 10px #aaaaaa;
}
#indexpart5 ul li .icon {
  width: 285px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
}
#indexpart5 ul li .title {
  width: 200px;
  height: 45px;
  margin: 0px auto;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  color: #282828;
}
#indexpart5 ul li:hover .title {
  color: #2360c3;
}
#indexpart5 ul li .str {
  width: 200px;
  height: 75px;
  margin: 0px auto;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  color: #6b6b6b;
}
#indexpart6 {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}
#indexpart6 ul {
  width: 1220px;
  height: auto;
}
#indexpart6 ul li {
  width: 149px;
  height: 237px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
#indexpart6 ul li.kuan {
  width: 248px;
}
#indexpart6 ul li .picture {
  width: 100%;
  height: 192px;
  padding: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: 1px solid #dddddd;
}
#indexpart6 ul li .picture .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#indexpart6 ul li .picture .pic .scale {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#indexpart6 ul li .title {
  width: 100%;
  height: 45px;
  padding: 0px 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  color: #424242;
}
#indexpart6 ul li:hover .picture {
  border-color: #ff6d00;
}
#indexpart6 ul li:hover .picture .pic .scale {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}


.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}


.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .4);
 box-shadow: 0 0 10px 10px rgba(0,0,0,.1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}



/*电商首页样式 --------------start*/
#homepart1{
	width:100%;
	height:auto;
	background-color:#ffffff;
    padding-bottom: 10px;
}
#homepart1 ul{
	width:1257px;
	height:auto;
}
#homepart1 ul li{
	width:362px;
	height:98px;
	float:left;
	padding:20px 20px 20px 20px;
	margin:10px 0px;
	margin-right:17px;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;

}
#homepart1 ul li:hover{
    /*outline: 15px solid #ddd;*/
    box-shadow:0px 0px 10px #ccc;
    border-radius:5px;
	cursor:pointer;
}
#homepart1 ul li .icon{
	width:90px;
	height:98px;
	float:left;
}
#homepart1 ul li .icon img{
	-webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
#homepart1 ul li .str{
	width:252px;
	height:98px;
	float:right;
}
#homepart1 ul li .str .name{
	width:252px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	color:#282828;
	font-size:18px;
	margin-top:8px;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
#homepart1 ul li:hover .str .name{
    color:#2b6edc;
}
#homepart1 ul li .str .con{
	width:252px;
	height:50px;
	line-height:25px;
	overflow:hidden;
	color:#6b6b6b;
    font-size: 14px;
}

#homepart2{
	width:100%;
	height:auto;
	background-image:url(../images/shopbgn8.jpg);
	background-position:center;
	padding-bottom:20px;
}
#homepart2 ul{
	width:1232px;
    height:auto;
    margin-top:25px;
}
#homepart2 ul li{
	width:276px;
	height:196px;
	float:left;
	margin-right:32px;
	margin-bottom:30px;
}
#homepart2 ul li .box{
	width:276px;
	height:196px;
	background-color:#ffffff;
	border-radius:5px;
	box-shadow:0px 0px 10px #eaeef6;
	-webkit-box-shadow:0px 0px 10px #eaeef6; 
    -moz-box-shadow:0px 0px 10px #eaeef6;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
#homepart2 ul li .box:hover{
	box-shadow:0px 0px 10px #dddddd;
	margin-top:-10px;
	cursor:pointer;
}
#homepart2 ul li .icon{
	width:276px;
	height:71px;
	background-position:bottom center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
/*#homepart2 ul li:hover .icon{
    -webkit-animation: bounce1 1s linear;
    animation: bounce1 1s linear;
}*/
#homepart2 ul li .box:hover .icon{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#homepart2 ul li .name{
	width:276px;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#282828;
	overflow:hidden;
	text-align:center;
	margin-top:15px;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
#homepart2 ul li .box:hover .name{
    color:#2b6edc;
}
#homepart2 ul li .con{
	width:195px;
	height:50px;
	margin:0px auto;
	line-height:25px;
	font-size:14px;
	color:#6b6b6b;
	overflow:hidden;
	text-align:center;
}
#homepart3{
	width:100%;
	height:450px;
	background-color:#ffffff;
}
#homepart3 .lunbo{
	width:100%;
	height:310px;
	margin-top:20px;
	position:relative;
}
#homepart3 .lunbo .container{
	width:100%;
	height:310px;
	position:relative;
}
#homepart3 .lunbo .container .slider-container{
	width:100%;
	height:310px;
}
#homepart3 .lunbo .container .slider-container .slider{
	width:100%;
	height:310px;
}
#homepart3 .lunbo .container .slider-container .slider .slider__item{
	width:100%;
	height:270px;
}
#homepart3 .lunbo .container .slider-container .slider .slider__item .list{
	width:380px;
	height:270px;
	float:left;
	margin:0px 10px;
}
#homepart3 .lunbo .container .slider-container .slider .slider__item .list .picture{
    width:366px;
	height:206px;
	padding:6px;
	border:1px solid #c6d5ef;
}
#homepart3 .lunbo .container .slider-container .slider .slider__item .list .picture .icon{
	width:100%;
	height:100%;
	overflow:hidden;
}
#homepart3 .lunbo .container .slider-container .slider .slider__item .list .picture .icon .pic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
#homepart3 .lunbo .container .slider-container .slider .slider__item .list:hover .picture .icon .pic{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#homepart3 .lunbo .container .slider-container .slider .slider__item .list .title{
    height: 50px;
    width:100%;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    font-size:16px;
    color:#282828;
}
#homepart3 .lunbo .container .slider__switch--prev{
	width:24px;
	height:49px;
	background-image:url(../images/shopbgn49.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-50px;
	bottom:50%;
	outline: none;
}
#homepart3 .lunbo .container .slider__switch--next{
	width:24px;
	height:49px;
	background-image:url(../images/shopbgn50.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	right:-50px;
	bottom:50%; 
	outline: none;
}
#homepart3 .lunbo .container .slider-container .slider-nav{
	bottom:0px;
}
#homepart3 .lunbo .container .slider-container .slider-nav .slider-nav__control{
	width:15px;
	height:15px;
	background-color:#d3d3d3;
	border-radius:15px;
	filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity: 1;
}
#homepart3 .lunbo .container .slider-container .slider-nav .is-active{
	width:30px;
	background-color:#ff6d00;
}

#homepart4{
	width:100%;
	height:718px;
	background-image:url(../images/shopbgn21.jpg);
	background-position:center;
    background-repeat:no-repeat;
}
#homepart4 .conbox{
	width:1200px;
	height:515px;
	margin-top:20px;
	background-color:#ffffff;
	border-radius:5px;
}
#homepart4 .conbox .slide{
	width:1200px;
	height:515px;
}
#homepart4 .conbox .slide .container{
	width:1200px;
	height:515px;
	position:relative;
}
#homepart4 .conbox .slide .container ul{
	width:160px;
	padding-top:40px;
	padding-bottom:19px;
	height:456px;
	overflow:hidden;
	background-color:#edf1f8;
	border-radius:5px 0px 0px 5px;
	position:absolute;
	left:0px;
	top:0px;
}
#homepart4 .conbox .slide .container ul li{
	width:117px;
	height:57px;
	padding-left:43px;
	line-height:57px;
	color:#282828;
	font-size:18px;
	position:relative;
	cursor:pointer;
}
#homepart4 .conbox .slide .container ul li .dian{
	width:37px;
	height:57px;
    position:absolute;
    left:0px;
    top:0px;
    text-align:right;
}
#homepart4 .conbox .slide .container ul li.active{
	background-color:#F6F6F6;
	color:#2360c3;
}
#homepart4 .conbox .slide .container .slider-container{
	width:1040px;
	height:515px;
	overflow:hidden;
	position:absolute;
	right:0px;
	top:0px;
}
#homepart4 .conbox .slide .container .slider-container .slider{
	width:1040px;
	height:515px;
    background: #F6F6F6;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item{
	width:1040px;
	height:515px;
}
#homepart4 .conbox .slide .container .slider-container .slider-nav{
    display: none;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .title{
	width:1000px;
	height:76px;
	margin:0px auto;
    padding-top: 24px;
	/*text-align:center;*/
	line-height:33px;
	overflow:hidden;
    font-size: 18px;
    color: #000000;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .title div{
    font-size: 14px;
    color: #666666;
    padding-left: 28px;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .title img{
	vertical-align: middle;
	margin-right:5px;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .content{
    margin: 0 20px;
	height:390px;
	overflow-y:auto;
	text-align:center;

}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .content::-webkit-scrollbar
{
    width: 10px;
    border-radius: 5px;
    background: #ddd;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .content::-webkit-scrollbar-thumb{
    background: #2b6edc;
    border-radius: 5px;
}
#homepart4 .conbox .slide .container .slider-container .slider .slider__item .content img{
    /*width:960px;*/
    vertical-align: middle;
}
#homepart5{
	width:100%;
	height:auto;
	padding-bottom:28px;
}
#homepart5 ul{
	width:1216px;
	height:auto;
	margin-top:20px;
}
#homepart5 ul li{
	width:288px;
	height:200px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}
#homepart5 ul li .box{
	width:288px;
	height:170px;
	padding-top:30px;
	background-color:#f4f6fa;
	-webkit-transition: all 1s; 
    -moz-transition: all 1s; 
    -ms-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#homepart5 ul li .box:hover{
	box-shadow:0px 0px 10px #dddddd;
	margin-top:-10px;
	cursor:pointer;
}
#homepart5 ul li .icon{
	width:288px;
	height:90px;
	background-repeat:no-repeat;
	background-position:center;
}
#homepart5 ul li .name{
	width:260px;
	height:60px;
	line-height:30px;
	overflow:hidden;
	margin:0px auto;
	text-align:center;
	font-size:16px;
	color:#282828;
}
#homepart5 ul li .box:hover .name{
	color:#2b6edc;
}
/*#homepart5 ul li:hover .icon{
    animation-name: floater;
	-webkit-animation-name: floater;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	visibility: visible !important;	
}*/
#homepart6{
	width:100%;
	height:520px;
	background-image:url(../images/shopbgn8.jpg);
	background-position:center;
}
#homepart6 ul{
	width:1198px;
	height:318px;
    border-radius:5px;
	margin-top:30px;
	background-color:#ffffff;
}
#homepart6 ul li{
	width:210px;
	height:248px;
	padding:35px 14.3px;
	float:left;
	border:1px solid #c6d5ef;
	border-left:0px;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -ms-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
}
#homepart6 ul li.focus{
	background-color:#f4f6fa;
	box-shadow:0px 0px 10px #dddddd;
	margin-top:-5px;
	cursor:pointer; 
}
#homepart6 ul li:first-child{
	border-left:1px solid #c6d5ef;
	padding:35px 13.8px;
}
#homepart6 ul li .name{
	width:210px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:24px;
	color:#282828;
	margin-bottom:10px;
}
#homepart6 ul li .amount{
	width:210px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:32px;
	color:#ff6d00;
	margin-bottom:25px;
}
#homepart6 ul li .str{
	width:210px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#6b6b6b;
}
#homepart6 ul li .renew{
	width:210px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	color:#282828;
	margin-bottom:20px;
}
#homepart6 ul li .zixun{
	display:block;
	width:128px;
	height:36px;
	border:1px solid #518ef3;
	margin:0px auto;
	color:#424242;
	text-align:center;
	line-height:36px;
	border-radius:36px;
	-webkit-transition: all 1s; 
    -moz-transition: all 1s; 
    -ms-transition: all 1s; 
    -o-transition: all 1s; 
    transition: all 1s;
}
#homepart6 ul li.focus .zixun{
	background-color:#2b6edc;
	border:1px solid #2b6edc;
	color:#ffffff;
}
#homepart7{
	width:100%;
	height:auto;
	padding-bottom:40px;
}
#homepart7 ul{
	width:1200px;
	height:210px;
	margin-top:30px;
}
#homepart7 ul li{
	width:228px;
	height:210px;
    float:left;
    position:relative;
}
#homepart7 ul li.ic{
	width:15px;
	height:97px;
	background-image:url(../images/shopbgn32.png);
	background-position:center;
	background-repeat:no-repeat;
}
#homepart7 ul li .icon{
	width:97px;
	height:97px;
	margin:0px auto;
	background-position:center;
	background-repeat:no-repeat;
}
#homepart7 ul li .picture{
	position:absolute;
	top:7px;
	left:72.5px;
    transition: all 0.5s;
}
@keyframes bigsmall {
    from{
        transform: scale(1.1);
    }
    to{
        transform: scale(0.9);
    }
}
#homepart7 ul li .picture:hover{
    animation: bigsmall 1s linear 0s infinite alternate;
    animation-fill-mode: both;
}

#homepart7 ul li:hover .icon{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: linear;	
	-webkit-animation-timing-function: linear;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	visibility: visible !important;	
}
#homepart7 ul li .icon:hover img{
	transform: scale(1);
	-webkit-transform: scale(1);
}
#homepart7 ul li .name{
	width:200px;
	height:35px;
	padding:0px 14px;
	margin-top:20px;
	text-align:center;
	line-height:35px;
	font-size:18px;
	color:#282828;
	overflow:hidden;
}
#homepart7 ul li:hover .name{
	color:#2b6edc;
}
#homepart7 ul li .word{
	width:200px;
	height:46px;
	padding:0px 14px;
	overflow:hidden;
	color:#6b6b6b;
	text-align:center;
	line-height:23px;
}


/*APP首页样式 ---------------end*/

#part1{
    width:100%;
    height:auto;
    padding:40px 0px;
}
#part1 ul{
    width:1200px;
    height:auto;
}
#part1 ul li{
    width:240px;
    height:auto;
    padding:17px 30px;
    float:left;
    cursor:pointer;
}
#part1 ul li:hover{
    box-shadow:0px 0px 10px #cccccc;
    border-radius:3px;
}
#part1 ul li .picture{
    width:114px;
    height:130px;
    margin:0px auto;
    margin-bottom:17px;
    background-image:url(../images/appbgn2.png);
    background-position:center;
    background-repeat:no-repeat;
}
#part1 ul li .picture .icon{
    width:114px;
    height:130px;
    background-position:center;
    background-repeat:no-repeat;
}
#part1 ul li .title{
    width:240px;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:18px;
    color:#212121;
}
#part1 ul li:hover .title{
    color:#2360c3;
}
#part1 ul li .xian{
    width:30px;
    height:2px;
    margin:10px auto;
    background-color:#2360c3;
}
#part1 ul li .word{
    width:240px;
    height:66px;
    line-height:22px;
    text-align:center;
    font-size:14px;
    color:#656565;
    overflow:hidden;
}

#part2{
    width:100%;
    height:auto;
    padding:40px 0px;
    background-color:#f6f6f6;
}
#part2 table{
    background-color:#e6e9f0;
    box-shadow:0px 0px 10px #eeeeee;
    cursor:pointer;
}
#part2 table tr{
    height:55px;
}
#part2 table th{
    background-color:#2c67c6;
    color:#ffffff;
    height:55px;
    font-size:18px;
    line-height:55px;
    text-align: center;
}
#part2 table th:first-child{
    border-radius:5px 0px 0px 0px;
}
#part2 table th:last-child{
    border-radius:0px 5px 0px 0px;
}
#part2 table td{
    background-color:#ffffff;
    height:55px;
    line-height:55px;
    text-align:center;
    font-size:15px;
    color:#212121;
}
#part2 table tr:nth-child(odd) td{
    background-color: #f6f9fd;
}
#part2 table tr:hover td{
    background-color: #f1f1f1;
}

#part3{
    width:100%;
    height:auto;
    padding:40px 0px;
}
#part3 ul{
    width:1224px;
    height:auto;
}
#part3 ul li{
    width:282px;
    height:352px;
    float:left;
    margin-right:24px;
    margin-bottom:20px;
    position:relative;
    cursor:pointer;
}
#part3 ul li .box{
    width:280px;
    height:329px;
    position:absolute;
    bottom:0px;
    left:0px;
    border:1px solid #e6e9ed;
    border-top:4px solid #e6e9ed;
    border-radius:10px 10px 0px 0px;
    box-shadow:0px 0px 10px #e6e9ed;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    transition:height .5s;
    -moz-transition:height .5s;
    -webkit-transition:height .5s;
    -o-transition:height .5s;
    -ms-transition:height .5s;
}
#part3 ul li .box:hover{
    height:347px;
    border-color:#2c67c6;
}
#part3 ul li .box .icon{
    width:100px;
    height:100px;
    background-color:#f1f4f6;
    border-radius:50px;
    margin:0px auto;
    margin-top:25px;
    background-position:center;
    background-repeat:no-repeat;
}
#part3 ul li .box .title{
    width:230px;
    height:58px;
    line-height:60px;
    text-align:center;
    margin:0px auto;
    font-size:20px;
    font-weight:bold;
    color:#2c67c6;
}
#part3 ul li .box .con{
    width:230px;
    height:69px;
    line-height:23px;
    overflow:hidden;
    text-align:center;
    font-size:14px;
    color:#656565;
    margin:0px auto;
    margin-bottom:15px;
}
#part3 ul li .box .price{
    width:230px;
    height:36px;
    line-height:36px;
    text-align:center;
    font-size:12px;
    color:#ff6d00;
    margin:0px auto;
}
#part3 ul li .box .price span{
    font-size:30px;
    font-weight:bold;
}
#part3 ul li .box .consult{
    display:block;
    position:absolute;
    bottom:-21px;
    left:71px;
    width:138px;
    height:41px;
    background-color:#2c67c6;
    color:#ffffff;
    text-align:center;
    line-height:41px;
    font-size:16px;
    border-radius:41px;
    display:none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#part3 ul li .box .consult img{
    vertical-align:middle;
    margin-right:10px;
}
#part3 ul li .box:hover .consult{
    display:block;
}

#part4{
    width:100%;
    height:473px;
    padding:40px 0px;
    background-image:url(../images/appbgn1.jpg);
}
#part4 ul{
    width:1200px;
    height:390px;
    margin-top:18px;
}
#part4 ul li{
    width:571px;
    height:80px;
    margin-bottom:50px;
    float:left;
    cursor:pointer;
}
#part4 ul li.odd{
    padding-right:29px;
}
#part4 ul li.even{
    padding-left:29px;
}
#part4 ul li .icon{
    width:64px;
    height:64px;
    margin:0px 11px;
    background-color:#ffffff;
    border-radius:32px;
    box-shadow:0px 0px 10px #ffffff;
    background-position:center;
    background-repeat:no-repeat;
    float:left;
}
#part4 ul li .detail{
    width:475px;
    height:80px;
    margin-left:10px;
    float:left;
}
#part4 ul li .detail .title{
    width:475px;
    height:25px;
    line-height:25px;
    font-size:16px;
    color:#ffffff;
    font-weight:bold;
}
#part4 ul li .detail .con{
    width:475px;
    height:50px;
    line-height:25px;
    overflow:hidden;
    font-size:14px;
    color:#cccfd7;
}

#part5{
    width:100%;
    height:auto;
    padding:40px 0px;
}
#part5 ul{
    width:1200px;
    height:130px;
}
#part5 ul li{
    width:136px;
    height:130px;
    float:left;
    cursor:pointer;
}
#part5 ul li.jiantou{
    width:16px;
    height:80px;
    background-image:url(../images/appbgn21.png);
    background-position:center;
    background-repeat:no-repeat;
}
#part5 ul li .icon{
    width:136px;
    height:80px;
    background-position:center;
    background-repeat:no-repeat;
}
#part5 ul li .icon1{
    width:136px;
    height:80px;
    background-position:center;
    background-repeat:no-repeat;
    display:none;
}
#part5 ul li:hover .icon{
    display:none;
}
#part5 ul li:hover .icon1{
    display:block;
}
#part5 ul li .title{
    width:136px;
    height:50px;
    line-height:25px;
    text-align: center;
    font-size:16px;
    color:#212121;
}
#part5 ul li:hover .title{
    color:#ff6d00;
}

#part6{
    width:100%;
    height:auto;
    padding:40px 0px;
    background-color:#f7f6f6;
}
#part6 ul{
    width:1220px;
    height:291px;
    margin-top:20px;
}
#part6 ul li{
    width:222px;
    height:289px;
    border:1px solid #e7e9eb;
    border-radius:5px;
    float:left;
    margin-right:20px;
    background-color:#ffffff;
}
#part6 ul li .icon{
    width:100px;
    height:100px;
    margin:0px auto;
    border-radius:50px;
    border:1px solid #e3e9ef;
    background-position:center;
    background-repeat:no-repeat;
    margin-top:30px;
    margin-bottom:20px;
}
#part6 ul li .icon1{
    width:100px;
    height:100px;
    margin:0px auto;
    border-radius:50px;
    border:1px solid #bac8d7;
    background-position:center;
    background-repeat:no-repeat;
    box-shadow:0px 0px 10px #ddd;
    margin-top:30px;
    margin-bottom:20px;
    display:none;
}
#part6 ul li .title{
    width:222px;
    height:30px;
    line-height:30px;
    font-size:18px;
    color:#212121;
    text-align:center;
}
#part6 ul li .xian{
    width:30px;
    height:2px;
    margin:13px auto;
    background-color:#2360c3;
}
#part6 ul li .word{
    width:200px;
    height:50px;
    margin:0px auto;
    line-height:25px;
    text-align:center;
    font-size:14px;
    color:#656565;
    overflow:hidden;
}
#part6 ul li:hover{
    box-shadow:0px 0px 10px #ccc;
}
#part6 ul li:hover .title{
    color:#2360c3;
}
#part6 ul li:hover .icon{
    display:none;
}
#part6 ul li:hover .icon1{
    display:block;
}

#part7{
    width:100%;
    height:auto;
    padding:40px 0px;
}
#part7 ul {
    width: 1220px;
    height: auto;
}
#part7 ul li {
    width: 149px;
    height: 237px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
#part7 ul li.kuan {
    width: 248px;
}
#part7 ul li .picture {
    width: 100%;
    height: 192px;
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    border: 1px solid #dddddd;
}
#part7 ul li .picture .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#part7 ul li .picture .pic .scale {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#part7 ul li .title {
    width: 100%;
    height: 45px;
    padding: 0px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #424242;
}
#part7 ul li:hover .picture {
    border-color: #ff6d00;
}
#part7 ul li:hover .picture .pic .scale {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*SSL主页页面----------end*/

#sslslide {
  height: 590px;
}
#sslslide .c {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  color: #ffffff;
}
#sslslide .c div {
  visibility: hidden;
  visibility: visible\9;
}
#sslslide .c .a1 {
  position: absolute;
  top: 225px;
  left: 0;
  font-size: 52px;
}
#sslslide .c .a2 {
  position: absolute;
  top: 290px;
  left: 0;
  font-size: 21px;
  line-height: 38px;
}
#sslslide .c .a3 {
  position: absolute;
  top: 405px;
  left: 0;
  width: 128px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  background: #ff6d00;
}
#sslslide .c .a3 a {
  color: #ffffff;
}
#sslslide .c .a4 {
  position: absolute;
  top: 180px;
  right: 30px;
}
#ssl1 {
  width: 1200px;
  height: 458px;
  margin: 0 auto;
}
#ssl1 .left {
  margin-top: 52px;
  float: left;
  overflow: hidden;
  position: relative;
}
#ssl1 .left .a2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  opacity: 0.5;
  background: #019c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#ssl1 .left:hover .a2 {
  transition: 1.2s;
  transform: scale(800);
  opacity: 0;
}
#ssl1 .right {
  width: 538px;
  float: right;
  margin-top: 103px;
}
#ssl1 .right .a1 {
  height: 56px;
  font-size: 30px;
}
#ssl1 .right .a2 {
  width: 58px;
  height: 4px;
  background: #ff7d00;
}
#ssl1 .right .a3 {
  padding-top: 30px;
  font-size: 15px;
  line-height: 2;
}
#ssl2 {
  background: #f2f6fd;
}
#ssl2 .c {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
}
#ssl2 .c .top {
  height: 170px;
}
#ssl2 .c .top .a1 {
  padding-top: 67px;
  height: 55px;
  font-size: 30px;
  text-align: center;
}
#ssl2 .c .top .a2 {
  width: 58px;
  height: 4px;
  margin: 0 auto;
  background: #ff7d00;
}
#ssl2 .c .list dl {
  width: 1250px;
}
#ssl2 .c .list dl dd {
  width: 281px;
  height: 318px;
  float: left;
  background: #ffffff;
  box-shadow: 0 0 20px #ddd;
  text-align: center;
  margin-right: 25px;
}
#ssl2 .c .list dl dd .a1 {
  padding-top: 28px;
  height: 128px;
}
#ssl2 .c .list dl dd .a2 {
  height: 40px;
  font-size: 18px;
  color: #245fc3;
}
#ssl2 .c .list dl dd .a3 {
  padding: 0 27px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 26px;
}
#ssl3 {
  background: url(../images/ssl8.jpg) top center no-repeat;
}
#ssl3 .c {
  width: 1200px;
  height: 1134px;
  margin: 0 auto;
}
#ssl3 .c .top {
  height: 170px;
  color: #ffffff;
}
#ssl3 .c .top .a1 {
  padding-top: 50px;
  height: 47px;
  font-size: 30px;
  text-align: center;
}
#ssl3 .c .top .a2 {
  height: 34px;
  text-align: center;
  font-size: 15px;
}
#ssl3 .c .top .a3 {
  width: 58px;
  height: 4px;
  margin: 0 auto;
  background: #ff7d00;
}
#ssl3 .c .list table {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#ssl3 .c .list table th,
#ssl3 .c .list table td {
  text-align: center;
  vertical-align: middle;
  border: none;
}
#ssl3 .c .list table th {
  color: #ffffff;
  line-height: 26px;
  font-size: 20px;
}
#ssl3 .c .list table td {
  height: 65px;
  font-size: 15px;
}
#ssl3 .c .list table td .feiyong {
  height: 40px;
  color: #ff6d00;
  font-size: 16px;
}
#ssl3 .c .list table td .feiyong b {
  font-size: 24px;
}
#ssl3 .c .list table td .zixun {
  display: inline-block;
  width: 150px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  background: #2b6edc;
  color: #ffffff;
}
#ssl3 .c .list table tr td {
  color: #282828;
}
#ssl3 .c .list table tr td:first-child {
  color: #424242;
  font-weight: bold;
}
#ssl3 .c .list table tr:nth-child(odd) {
  background: #f2f6fd;
}
#ssl3 .c .list table tr:hover {
  background: #ffecd3;
}
#ssl4 .c {
  width: 1200px;
  height: 718px;
  margin: 0 auto;
}
#ssl4 .c .top {
  height: 160px;
}
#ssl4 .c .top .a1 {
  padding-top: 55px;
  height: 55px;
  font-size: 30px;
  text-align: center;
}
#ssl4 .c .top .a2 {
  width: 58px;
  height: 4px;
  margin: 0 auto;
  background: #ff7d00;
}
#ssl4 .c .list {
  height: 393px;
  box-shadow: 0 0 20px #ddd;
}
#ssl4 .c .list dl {
  width: 1250px;
}
#ssl4 .c .list dl dd {
  width: 300px;
  height: 393px;
  padding-left: 23px;
  padding-right: 28px;
  box-sizing: border-box;
  float: left;
}
#ssl4 .c .list dl dd:nth-child(odd) {
  background: #f2f6fd;
}
#ssl4 .c .list dl dd:hover {
  background: #ffecd3;
}
#ssl4 .c .list dl dd .a1 {
  padding-top: 46px;
  height: 101px;
}
#ssl4 .c .list dl dd .a2 {
  height: 37px;
  font-size: 18px;
  color: #2b6edc;
}
#ssl4 .c .list dl dd .a3 {
  height: 35px;
  font-size: 15px;
  color: #282828;
}
#ssl4 .c .list dl dd .a4 {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 26px;
}
#ssl4 .c .zixun {
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  margin: 0 auto;
  margin-top: 51px;
  display: block;
  width: 426px;
  height: 67px;
  line-height: 67px;
  overflow: hidden;
  background: url(../images/ssl13.png) top center no-repeat;
  color: #ffffff;
  clear: both;
  font-size: 21px;
  text-indent: 105px;
}
#ssl5 {
  background: #f2f6fd;
  padding-bottom: 50px;
}
#ssl5 .c {
  width: 1200px;
  margin: 0 auto;
}
#ssl5 .c .top {
  height: 160px;
}
#ssl5 .c .top .a1 {
  padding-top: 51px;
  height: 55px;
  font-size: 30px;
  text-align: center;
}
#ssl5 .c .top .a2 {
  width: 58px;
  height: 4px;
  margin: 0 auto;
  background: #ff7d00;
}
#ssl5 .c .list {
  background: #ffffff;
  padding: 30px 20px;
  padding-top: 14px;
}
#ssl5 .c .list dl {
  border-bottom: 1px solid #ddd;
  padding-top: 13px;
  padding-bottom: 11px;
  cursor: pointer;
}
#ssl5 .c .list dl dt {
  background: url(../images/ssl14.png) 13px center no-repeat;
  padding-left: 42px;
  line-height: 46px;
  font-size: 18px;
}
#ssl5 .c .list dl dt.focus {
  color: #2b6edc;
  background: url(../images/ssl15.png) 13px center no-repeat;
}
#ssl5 .c .list dl dd {
  padding: 0 42px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 2;
  color: #686868;
  display: none;
}
#ssl5 .c .list dl dd ul {
  margin-left: 18px;
  list-style: disc;
}
#ssl6 .c {
  width: 1200px;
  margin: 0 auto;
  height: 348px;
}
#ssl6 .c .top {
  height: 165px;
}
#ssl6 .c .top .a1 {
  padding-top: 51px;
  height: 55px;
  font-size: 30px;
  text-align: center;
}
#ssl6 .c .top .a2 {
  width: 58px;
  height: 4px;
  margin: 0 auto;
  background: #ff7d00;
}
#ssl6 .c .list {
  padding-left: 13px;
  overflow: hidden;
}
#ssl6 .c .list dl {
  width: 1400px;
}
#ssl6 .c .list dl dd {
  width: 97px;
  float: left;
  padding-right: 112px;
  background: url(../images/ssl22.png) 150px 51px no-repeat;
  text-align: center;
  cursor: pointer;
}
#ssl6 .c .list dl dd .a1 {
  height: 115px;
}
#ssl6 .c .list dl dd .a1 img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#ssl6 .c .list dl dd .a2 {
  font-size: 17px;
}
#ssl6 .c .list dl dd:hover .a1 img {
  transform: rotate(360deg);
}


/*# 单页幻灯片css */

#slide {
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: relative;
}
#slide .list {
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: relative;
}
#slide .list ul li {
  opacity: 0;
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
#slide .list ul li:first-child {
  opacity: 1;
}
#slide .list ul li a {
  display: block;
  height: 590px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#slide .Thumb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
}
#slide .Thumb ul li {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #718fec;
  margin: 0 4px;
}
#slide .Thumb ul li.onfocus {
  width: 40px;
  height: 12px;
  background: #ffffff;
}
#slide .left {
  position: absolute;
  top: 226px;
  left: 50%;
  margin-left: -680px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
}
#slide .right {
  position: absolute;
  top: 226px;
  left: 50%;
  margin-left: 634px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;


/*# 企业邮箱css */



#slide {
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: relative;
}
#slide .list {
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: relative;
}
#slide .list ul li {
  opacity: 0;
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
#slide .list ul li:first-child {
  opacity: 1;
}
#slide .list ul li a {
  display: block;
  height: 590px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#slide .Thumb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
}
#slide .Thumb ul li {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #718fec;
  margin: 0 4px;
}
#slide .Thumb ul li.onfocus {
  width: 40px;
  height: 12px;
  background: #ffffff;
}
#slide .left {
  position: absolute;
  top: 226px;
  left: 50%;
  margin-left: -680px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
}
#slide .right {
  position: absolute;
  top: 226px;
  left: 50%;
  margin-left: 634px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
}
/*浜岀骇骞荤伅*/
#ejslide {
  height: 590px;
}
#ejslide .c {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  color: #ffffff;
}
#ejslide .c div {
  visibility: hidden;
  visibility: visible\9;
}
#ejslide .c .a1 {
  position: absolute;
  top: 208px;
  left: 0;
  font-size: 44px;
}
#ejslide .c .a2 {
  position: absolute;
  top: 271px;
  left: 0;
  font-size: 30px;
  line-height: 40px;
}
#ejslide .c .a2 span {
  font-size: 22px;
}
#ejslide .c .a3 {
  position: absolute;
  top: 391px;
  left: 0;
  width: 148px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 2px solid #fff;
  font-size: 20px;
}
#ejslide .c .a3 a {
  color: #ffffff;
}
#ejslide .c .a4 {
  position: absolute;
  top: 145px;
  right: 0;
}
#index1 {
  width: 1200px;
  height: 236px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
#index1 .top {
  height: 48px;
}
#index1 .top .a1 {
  font-size: 24px;
}
#index1 .top .a2 {
  font-size: 24px;
  color: #ff6d00;
}
#index1 .top .a3 {
  font-size: 14px;
}
#index1 .list {
  height: 190px;
}
#index1 .list dl dd {
  margin-right: 20px;
  margin-bottom: 15px;
  width: 445px;
  height: 65px;
  float: left;
  cursor: default;
  position: relative;
  border: 1px solid #a6c8ff;
  perspective: 150px;
  transform-style: preserve-3d;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
}
#index1 .list dl dd .b0 {
  border-right: 1px solid #fff;
  margin-right: 18px;
  float: left;
  transform: rotateX(0deg);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
#index1 .list dl dd .b1 {
  padding-top: 13px;
  height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #2360c3;
}
#index1 .list dl dd:hover {
  transform: translate(-10px, -5px);
  -webkit-transform: translate(-10px, -5px);
  -moz-transform: translate(-10px, -5px);
  -o-transform: translate(-10px, -5px);
  -ms-transform: translate(-10px, -5px);
}
#index1 .list dl dd:hover .b0 {
  transform: rotateX(360deg);
}
#index1 .right {
  position: absolute;
  top: 49px;
  right: 0px;
}
#index1 .right dl {
  width: 267px;
}
#index1 .right dl dd {
  background: url(../Images/7.jpg) left center repeat-x;
  height: 38px;
  position: relative;
}
#index1 .right dl dd .a1 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding-left: 10px;
  background-color: #ffffff;
  font-size: 14px;
}
#index1 .right dl dd .a1 span {
  color: #ff6d00;
}
#index1 .right dl dd .a1 span.b1 {
  font-size: 18px;
}
#index2 {
  width: 1200px;
  height: 440px;
  margin: 0 auto;
  margin-top: 44px;
}
#index2 .top {
  height: 48px;
}
#index2 .top .a1 {
  font-size: 24px;
}
#index2 .top .a2 {
  font-size: 24px;
  color: #ff6d00;
}
#index2 .top .a3 {
  font-size: 14px;
}
#index2 .list {
  height: 345px;
}
#index2 .list dl {
  width: 1230px;
}
#index2 .list dl dd {
  width: 283px;
  height: 345px;
  float: left;
  border: 1px solid #DDDDDD;
  margin-right: 20px;
  border-top: 2px solid #245fc3;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#index2 .list dl dd .a1 {
  padding-top: 20px;
  display: block;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  font-size: 23px;
}
#index2 .list dl dd .a2 {
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
}
#index2 .list dl dd .a3 {
  font-size: 14px;
  display: block;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}
#index2 .list dl dd .a4 {
  padding-top: 6px;
  margin: 0 44px;
  color: #666666;
  display: block;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}
#index2 .list dl dd .a5 {
  margin: 0 auto;
  margin-top: 28px;
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #245fc3;
}
#index2 .list dl dd .a5 .b1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 124px;
  height: 36px;
  z-index: 5;
}
#index2 .list dl dd .a5 a {
  color: #333;
}
#index2 .list dl dd .num {
  color: #ff6d00;
  font-size: 32px;
  font-weight: bold;
}
#index2 .list dl dd .num2 {
  color: #ff6d00;
  font-size: 28px;
  font-weight: bold;
}
#index2 .list dl dd.onfocus {
  border-top: 5px solid #ff6d00;
  box-shadow: 0 5px 10px #ddd;
  transform: translateY(-8px);
}
#index2 .list dl dd.onfocus .a1 {
  color: #ff6d00;
}
#index2 .list dl dd.onfocus .a5 .b1 {
  background-color: #2360c3;
}
#index2 .list dl dd.onfocus .a5 a {
  color: #fff;
}
#index3 {
  width: 100%;
  height: 145px;
  background: url(../Images/8.jpg);
}
#index3 .center {
  width: 1100px;
  height: 145px;
  margin: 0 auto;
  position: relative;
}
#index3 .center .a1 {
  position: absolute;
  top: 46px;
  left: 116px;
  font-size: 18px;
  font-weight: bold;
}
#index3 .center .a2 {
  position: absolute;
  top: 35px;
  left: 236px;
}
#index3 .center .a2 input {
  width: 619px;
  height: 45px;
  border: 1px solid #9bbffa;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-indent: 20px;
  color: #666666;
  vertical-align: middle;
  background: #f5f6fa;
  font-family: "寰蒋闆呴粦";
}
#index3 .center .a3 {
  position: absolute;
  top: 35px;
  left: 866px;
  display: block;
  width: 121px;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background-color: #245fc3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#index3 .center .a3:hover {
  transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
}
#index3 .center .a4 {
  position: absolute;
  top: 93px;
  left: 236px;
}
#index3 .center .a4 dl dd {
  width: 107px;
  float: left;
}
#index3 .center .a4 dl dd input {
  background-color: #ffffff;
}
#index4 {
  width: 1200px;
  height: 661px;
  margin: 0 auto;
  position: relative;
}
#index4 .top {
  height: 48px;
}
#index4 .top .a1 {
  font-size: 24px;
}
#index4 .top .a2 {
  font-size: 24px;
  color: #ff6d00;
}
#index4 .top .a3 {
  font-size: 14px;
}
#index4 .top .b1 {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
  background: url('../Images/9.jpg') left center no-repeat;
  padding-left: 27px;
}
#index4 .boot dl {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 20px;
}
#index4 .boot dl dd {
  float: left;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  text-align: center;
  border: 1px solid #DDDDDD;
  margin-right: 9px;
  margin-bottom: 11px;
  cursor: pointer;
  transition: clip 0.2s;
  -moz-transition: clip 0.2s;
  -o-transition: clip 0.2s;
  -webkit-transition: clip 0.2s;
}
#index4 .boot dl dd .a2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 30px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  clip: rect(15px, 100px, 15px, 0px);
  clip: rect(15px 100px 15px 0px);
  background-color: #ff6d00;
  z-index: -1;
}
#index4 .boot dl dd.onfocus,
#index4 .boot dl dd:hover {
  color: #ffffff;
  border: 1px solid #ff6d00;
}
#index4 .boot dl dd.onfocus .a2,
#index4 .boot dl dd:hover .a2 {
  clip: rect(0px, 100px, 30px, 0px);
  clip: rect(0px 100px 30px 0px);
}
#index4 .bottom {
  position: relative;
}
#index4 .bottom .swiper-left {
  position: absolute;
  top: 227px;
  left: -53px;
  cursor: pointer;
}
#index4 .bottom .swiper-right {
  position: absolute;
  top: 227px;
  right: -53px;
  cursor: pointer;
}
#index4 .swiper-container {
  height: 560px;
  width: 1200px;
}
#index4 .swiper-container .swiper-wrapper {
  height: 514px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide {
  height: 514px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl {
  overflow: hidden;
  width: 1230px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd {
  width: 386px;
  height: 279px;
  overflow: hidden;
  position: relative;
  margin-right: 21px;
  float: left;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 {
  height: 209px;
  position: relative;
  padding: 6px;
  border: 1px solid #DDDDDD;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 {
  width: 372px;
  height: 209px;
  position: relative;
  overflow: hidden;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 .c1 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  position: relative;
  height: 209px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 .c1 .d2 {
  position: absolute;
  top: 0px;
  left: -372px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 .c2 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: absolute;
  top: 0px;
  left: 372px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 .c3 {
  position: absolute;
  top: -209px;
  left: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 .c3 .d1 {
  display: block;
  width: 372px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a1 .b1 .c3 .d2 {
  display: block;
  width: 372px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd .a2 {
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd:hover .a1 .b1 .c1 {
  transform: translate(372px, 0px);
  -webkit-transform: translate(372px, 0px);
  -moz-transform: translate(372px, 0px);
  -o-transform: translate(372px, 0px);
  -ms-transform: translate(372px, 0px);
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd:hover .a1 .b1 .c2 {
  left: 0px;
}
#index4 .swiper-container .swiper-wrapper .swiper-slide dl dd:hover .a1 .b1 .c3 {
  top: 50px;
}
#index5 {
  width: 1100px;
  height: 310px;
  margin: 0 auto;
  position: relative;
}
#index5 .top {
  height: 84px;
}
#index5 .top .a1 {
  font-size: 22px;
}
#index5 .top .a2 {
  font-size: 22px;
  color: #ff6d00;
}
#index5 .top .a3 {
  font-size: 12px;
}
#index5 .top .b1 {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
  background: url('../Images/9.jpg') left center no-repeat;
  padding-left: 27px;
}
#index5 .list dl dd {
  float: left;
  width: 182px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
}
#index5 .list dl dd img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#index5 .list dl dd .wenzi {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 182px;
  height: 90px;
}
#index5 .list dl dd:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
#index5 .list dl dt {
  height: 1px;
  clear: both;
}
#index6 {
  width: 1200px;
  height: 308px;
  margin: 0 auto;
  position: relative;
}
#index6 .top {
  height: 46px;
}
#index6 .top .a1 {
  font-size: 24px;
}
#index6 .top .a2 {
  font-size: 24px;
  color: #ff6d00;
}
#ejtop {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #DDDDDD;
}
#ejtop .center {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#ejtop .center .a1 {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
#ejtop .center .a1 .b1 {
  font-size: 22px;
}
#ejtop .center .a1 .b2 {
  color: #666666;
  text-transform: uppercase;
}
#ejtop .center .a2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  padding-left: 25px;
  font-size: 14px;
  background: url('../Images/9.jpg') left center no-repeat;
}
/*浜戞湇鍔″櫒1*/
#yunfuwu1 {
  width: 1200px;
  height: 253px;
  margin: 0 auto;
  margin-top: 68px;
}
#yunfuwu1 dl dd {
  width: 240px;
  height: 253px;
  float: left;
  text-align: center;
}
#yunfuwu1 dl dd .a2 {
  padding-top: 8px;
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  color: #0674c1;
  font-size: 16px;
}
#yunfuwu1 dl dd .a3 {
  line-height: 22px;
  color: #666666;
}
#yunfuwu1 dl .x {
  float: left;
  width: 80px;
  height: 253px;
}
/*浜戞湇鍔″櫒2*/
#yunfuwu2 {
  width: 100%;
  height: 450px;
  background: url(../Images/38.jpg) repeat;
}
#yunfuwu2 .center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
#yunfuwu2 .center dl dd {
  width: 350px;
  height: 323px;
  float: left;
  background: #ffffff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#yunfuwu2 .center dl dd .top {
  background: #f7f7f7;
  display: block;
  height: 74px;
  line-height: 74px;
  overflow: hidden;

  position: relative;
}
#yunfuwu2 .center dl dd .top .a1 {
  position: absolute;
  top: 0px;
  left: 30px;
  color: #0975c0;
  font-size: 16px;
}
#yunfuwu2 .center dl dd .top .a1 b {
  font-size: 22px;
}
#yunfuwu2 .center dl dd .top .a2 {
  position: absolute;
  top: 0px;
  right: 30px;
}
#yunfuwu2 .center dl dd .top .a2 span {
  color: #ff8501;
  font-size: 22px;
  font-weight: bold;
}
#yunfuwu2 .center dl dd .bottom {
  padding: 0 30px;
}
#yunfuwu2 .center dl dd .bottom .a1 {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  color: #ff8501;
  font-size: 14px;
}
#yunfuwu2 .center dl dd .bottom .a2 {
  line-height: 30px;
  text-transform: uppercase;
}
#yunfuwu2 .center dl dd .bottom .a3 {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
#yunfuwu2 .center dl dd .bottom .a3 a {
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  border: 1px solid #ff8501;
  color: #ff8501;
}
#yunfuwu2 .center dl dd.focus {
  box-shadow: 0 0 30px #999999;
  -moz-box-shadow: 0 0 30px #999999;
  -webkit-box-shadow: 0 0 30px #999999;
}
#yunfuwu2 .center dl dd.focus .bottom .a3 a {
  background: #ff8501;
  color: #ffffff;
}
#yunfuwu2 .center dl .x {
  width: 75px;
  height: 323px;
  float: left;
}
/*閭1*/
#youxiang1 {
  width: 1200px;
  height: 253px;
  margin: 0 auto;
  margin-top: 68px;
}
#youxiang1 dl dd {
  width: 240px;
  height: 253px;
  float: left;
  text-align: center;
}
#youxiang1 dl dd .a2 {
  padding-top: 8px;
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  color: #0674c1;
  font-size: 16px;
}
#youxiang1 dl dd .a3 {
  line-height: 22px;
  color: #666666;
}
#youxiang1 dl .x {
  float: left;
  width: 79px;
  height: 253px;
}
/*閭2*/
#youxiang2 {
  width: 100%;
  height: 800px;
  background: url(../Images/38.jpg) repeat;
}
#youxiang2 .center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 47px;
}
#youxiang2 .center dl dd {
  width: 350px;
  height: 323px;
  float: left;
  background: #ffffff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#youxiang2 .center dl dd .top {
  background: #f7f7f7;
  display: block;
  height: 74px;
  line-height: 74px;
  overflow: hidden;
  position: relative;
}
#youxiang2 .center dl dd .top .a1 {
  position: absolute;
  top: 0px;
  left: 30px;
  background: url(../Images/49.jpg) left center no-repeat;
  padding-left: 32px;
  color: #0975c0;
  font-size: 18px;
  font-weight: bold;
}
#youxiang2 .center dl dd .top .a2 {
  position: absolute;
  top: 0px;
  right: 30px;
}
#youxiang2 .center dl dd .top .a2 span {
  color: #ff8501;
  font-size: 22px;
  font-weight: bold;
}
#youxiang2 .center dl dd .bottom {
  padding: 0 26px;
}
#youxiang2 .center dl dd .bottom .a1 {
  height: 150px;
  margin-top: 10px;
  line-height: 30px;
  overflow: hidden;
  text-transform: uppercase;
}
#youxiang2 .center dl dd .bottom .a1 span {
  color: #ff8501;
}
#youxiang2 .center dl dd .bottom .a2 {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
#youxiang2 .center dl dd .bottom .a2 a {
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  border: 1px solid #ff8501;
  color: #ff8501;
}
#youxiang2 .center dl dd.focus {
  box-shadow: 0 0 30px #999999;
  -moz-box-shadow: 0 0 30px #999999;
  -webkit-box-shadow: 0 0 30px #999999;
}
#youxiang2 .center dl dd.focus .bottom .a2 a {
  background: #ff8501;
  color: #ffffff;
}
#youxiang2 .center dl .x {
  width: 74px;
  height: 323px;
  float: left;
}
#youxiang2 .center dl .y {
  width: 100%;
  height: 55px;
  float: left;
}
/*鏂伴椈缈婚〉*/
.pageInfo {
  padding-top: 25px;
  padding-bottom: 40px;
  height: 24px;
  text-align: center;
}
.pageInfo em {
  color: #222222;
  padding: 4px 9px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  font-style: normal;

}
.pageInfo em a:link,
.pageInfo em a:visited {
  color: #333333;
  text-decoration: none;
}
.pageInfo em a:hover,
.pageInfo em a:active {
  color: #feb500;
  text-decoration: none;
}
.pageInfo span {
  line-height: 100%;
  padding: 4px 9px;
  color: #222222;
  overflow: hidden;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
}
.pageInfo span a:link,
.pageInfo span a:visited {
  color: #333333;
  text-decoration: none;
}
.pageInfo span a:hover,
.pageInfo span a:active {
  color: #feb500;
  text-decoration: none;
}
.pageInfo span.onfocus {
  color: #fff;
  background: #074E9E;
  border: 1px solid #074E9E;
}
.pageInfo span.onfocus a:link,
.pageInfo span.onfocus a:visited {
  color: #ffffff;
  text-decoration: none;
}
.pageInfo span.onfocus a:hover,
.pageInfo span.onfocus a:active {
  color: #feb500;
  text-decoration: none;
}
/*鍙充晶婕傛诞*/
#ycpf {
  width: 150px;
  height: 376px;
  z-index: 8888;
  position: absolute;
  right: 5px;
  background: url('../Images/pfbg.png') top left no-repeat;
}
#ycpf .top {
  position: absolute;
  top: 63px;
  left: 0px;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #fc7b00;
  text-align: center;
  font-weight: bold;
}
#ycpf .list {
  position: absolute;
  top: 135px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  color: #333333;
  font-size: 12px;
}
#ycpf .bottom {
  position: absolute;
  top: 250px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
#ycpf .bottom p {
  line-height: 26px;
}
#ycpf2 {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -152px;
  display: none;
}
#ycpf2 dd {
  position: relative;
  width: 74px;
  height: 74px;
  border-bottom: 1px solid #fff;
  color: #ffffff;
}
#ycpf2 dd:last-child {
  border: none;
}
#ycpf2 dd a {
  color: #ffffff;
}
#ycpf2 dd .icon {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#ycpf2 dd .icon img {
  display: block;
}
#ycpf2 dd .icon span {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
#ycpf2 dd .box {
  position: relative;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateX(200px);
  z-index: 1;
}
#ycpf2 dd .weixin {
  position: absolute;
  bottom: 0px;
  right: 74px;
  background: #46be8a;
  padding: 15px;
  padding-bottom: 8px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}
#ycpf2 dd .tel {
  position: absolute;
  top: 0px;
  right: 74px;
  padding: 0 20px;
  line-height: 74px;
  font-size: 20px;
  color: #ffffff;
  background: #46be8a;
  white-space: nowrap;
}
#ycpf2 dd .online {
  position: absolute;
  top: 0px;
  right: 74px;
  padding: 0 20px;
  line-height: 74px;
  font-size: 16px;
  color: #ffffff;
  background: #46be8a;
  white-space: nowrap;
}
#ycpf2 dd .qq {
  position: absolute;
  top: 0px;
  right: 74px;
  padding: 10px 20px;
  line-height: 27px;
  font-size: 16px;
  color: #ffffff;
  background: #46be8a;
  white-space: nowrap;
  cursor: pointer;
}
#ycpf2 dd:hover .box {
  visibility: visible;
  transform: translateX(0px);
}