@charset "UTF-8";
/* pangbin / 290467972@qq.com / 2015.12.28 */
* { margin:0; padding:0; }
body {font-family:Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;color:#333;}
table {max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0;}
a {color:#333;text-decoration: none;}
a:hover, a:focus {color:#7818db;text-decoration:none;}
h1, h2, h3, h4, h5, p, ul, a, form {font-family:Microsoft Yahei, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; font-weight:400;}
li { list-style:none; }
p {line-height:1.8;}
img {vertical-align: middle;}
.container { width:100%; padding-top:100px; }
.wrap { width:1200px; margin:0 auto; }

/*全局顶部*/
.header { height:100px; line-height:100px; position: fixed; top: 0; right: 0;left: 0; z-index:999; background:#fff; }
.header .logo { float:left; }
.header .nav { float:right; }
.header .nav li { float:left; padding:0 35px; text-align:center; }
.header .nav li a { font-size:18px; }
.header .nav li.hover .subnav { display:block; }

#index .nav_index a,#product .nav_product a,#service .nav_service a,#price .nav_price a,#update .nav_update a,#help .nav_help a { color:#7818db; }

/*子导航*/
.subnav { position:absolute; left:0; top:100px; width:100%; height:88px; display:none; }
.subnav:before { content:""; width:100%; height:88px; background:#000; opacity:.4; filter:alpha(opacity=40); position:absolute; left:0; top:0; }
.subnav:after { content:""; width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom:16px solid #4C1582; position:absolute; left:50%; top:-16px; margin-left:66px; }
.subnav nav { height:88px; line-height:88px; position:absolute; left:50%; top:0; margin-left:-350px; }
.subnav a { padding:10px 20px; background:#7818db; margin:0 5px; border-radius:25px; color:#fff !important; }

/*首页轮播*/
.slides {width:100%;height:560px;position:relative;overflow:hidden; }
.slides .slideInner{height:560px;position:relative;left:0;margin-left:0;}
.slides .slideInner a{display:block;height:700px;background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}
.slides .nav{width:100%;position:relative;display:none;}
.slides .nav a{display:block;width:41px;height:119px;opacity:.2;z-index:9;}
.slides .nav a.prev{position:absolute;left:10px;top:-280px;margin-top:-58px;background:url(../img/ban_pre.png) no-repeat;}
.slides .nav a.next{position:absolute;right:10px;top:-280px;margin-top:-58px;background:url(../img/ban_next.png) no-repeat;}
.slides .navListBox{position:absolute;left:50%;top:535px;z-index:99;}
.slides .navListBox li{width:12px;height:12px;float:left;margin-left:5px;border-radius:50%;overflow:hidden;}
.slides .navListBox li:first-child{margin-left:0;}
.slides .navListBox li a{display:block;width:100%;height:100%;border-radius:50%;background-color:#fff;}
.slides .navListBox li a.active{background-color:#f70;}

/*H2标题*/
.mod_tit { padding:40px 0; font-size:34px; text-align:center;}

/*产品*/
.product { position:relative; width:100%; overflow:hidden; background:#fafafa; }
.product dl { width:300px; float:left; }
.product dt { padding-bottom:10px; }
.product dt p { text-align:center; font-size:24px; line-height:34px; }
.product dt p.sub { font-size:14px; color:#90E419; }
.product dt p.sub font { color:#f70; }
.product dt p.sub big,.product dt p.sub font { font-size:20px; }
.product dd { width:300px; }
.product dd img { width:100%; }

/*周边产品*/
.nearby{ width: 100%; overflow: hidden; background:#ffd92a; padding-bottom:90px;}
.nearby .title {text-align: center; padding-top: 90px;color:#b74506;}
.nearby .title h3 {font-size:36px;font-weight:bold; height:36px;line-height:36px;}
.nearby .title span { font-size:20px;display: block;margin-top:20px;line-height: 30px;}
.nearby .box{ margin-top:50px;}
.nearby .box ul{ overflow:hidden;}
.nearby .box li{ float:left; width:205px; height:auto; margin-right:43px;}
.nearby .box .last{ margin-right:0;}
.nearby .box .img{ width:205px; height:215px; background:url(../img/nearby.png) no-repeat;}
.nearby .box .desc{ width:100%; height:140px; background:#fff; text-align:center;}
.nearby .box .desc .tit{ height:40px; line-height:40px; background:#b57ce5; color:#fff; font-size:20px; font-weight:bold; }
.nearby .box .desc span{ font-size:14px; padding-top:18px; display:block;}
.nearby .box .desc .price{ color:#ec5051;font-size:16px; margin-top:5px;} 
.nearby .box .desc .more{ color:#ec5051; padding:5px 0; display:block;font-size: 12px;}
.nearby .box .desc .more:hover{ color:#dc3536;}
.nearby .box .item1 .img{ background-position:0 1px;}
.nearby .box .item2 .img{ background-position:0 -225px;}
.nearby .box .item3 .img{ background-position:0 -450px;}
.nearby .box .item4 .img{ background-position:0 -675px;}
.nearby .box .item5 .img{ background-position:0 -900px;}
.nearby .box .item1 .tit{ background:#b57ce5;}
.nearby .box .item2 .tit{ background:#e666bd;}
.nearby .box .item3 .tit{ background:#e95e5f;}
.nearby .box .item4 .tit{ background:#48d296;}
.nearby .box .item5 .tit{ background:#45c9e9;}  



/*核心功能*/
.function { width:100%; overflow:hidden; background:#fff; }
.function li { float:left; width:300px; text-align:center; }
.function li p { padding:10px 0px;min-height:100px; font-size: 14px; color:#666;}
.function li p span { color:#333;  font-size: 18px; }

.line { width:1200px; height:10px; margin:0 auto; background:url(../img/line.jpg) no-repeat; }

/*案例*/
.case { width:100%; overflow:hidden; background:#fff; padding-bottom:30px; }
.case li { float:left; width:200px; text-align:center; margin-bottom:25px; font-size:14px; }
.case li img { width:116px; height:116px; border-radius:58px; }
.case li .thumbnail_anli { display: block; padding: 0px;line-height: 1.42857143; border-radius: 0px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out;}
.thumbnail_anli > img,
.thumbnail_anli a > img {margin-left: auto; margin-right: auto;}
a.thumbnail_anli:hover,
a.thumbnail_anli:focus,
a.thumbnail_anli.active { border-color: #bcc5c8;filter: alpha(opacity=80);opacity: .8;}



/*联系我们*/
.contact { width:100%; height:400px; overflow:hidden; background:url(../img/contact.png) no-repeat center top; }
.contact h2 { font-size:24px; color:#fff; text-align:center; padding:60px 0; }
.contact ul { padding-left:30px; }
.contact li { float:left; width:156px; margin:0 24px; }
.contact li img { width:156px; height:156px; border-radius:3px; }
.contact li p { height:46px; line-height:46px; text-align:center; font-size:14px; color:#fff; }
.contact .info { width:300px; }
.contact .info h3 { font-size:34px; color:#fff; padding-bottom:20px; }
.contact .info p { text-align:left; font-size:16px; height:36px; line-height:36px; }
.contact .info a { display:inline-block; margin-left:20px; background:#f70; border-radius:6px; padding:0 10px; color:#fff; height:30px; line-height:30px; }

/*全局底部*/
.footer { width:100%; height:304px; overflow:hidden; position:relative; }
.footer:before { width:354px; height:304px; content:""; background:url(../img/foot_left.jpg) no-repeat left top; position:absolute; left:0; top:0; }
.footer:after { width:330px; height:304px; content:""; background:url(../img/foot_right.jpg) no-repeat right top; position:absolute; right:0; top:0; }
.footer .copyright { width:100%; margin:0 auto; padding-top:90px; line-height:40px; text-align:center; }
.footer .copyright a { color:#333; }

/*内页banner*/
.banner { width:100%; height:350px; background:#9418DB url(../img/banner.png) no-repeat center top;  }
.banner_wyx { background:#9418DB url(../img/banner_wyx.png) no-repeat center top; }

/*产品*/
.product_box {  }
.product_box li { width:100%; text-align:left; }
.product_box li img { display:block; margin:0 auto; }
.product_pt li:nth-of-type(odd){ background:#fff; }

.product_pt li.product_pt_01 { height:567px; background:url(../img/product_pt_01.png) no-repeat center top; }
.product_pt li.product_pt_01 h3 { padding:150px 700px 0 30px; color:#7f42d2; font-size:36px; }
.product_pt li.product_pt_01 h3 a { margin-left:20px; background:#f60; color:#fff; font-size:18px; padding:5px 15px; border-radius:10px; }
.product_pt li.product_pt_01 p { padding:30px 700px 0 30px; color:#555; font-size:16px; line-height:30px; }

.product_pt li.product_pt_02 { height:349px; background:#FD6F63 url(../img/product_pt_02.png) no-repeat center top; }
.product_pt li.product_pt_02 h3 { color:#000; font-size:30px; padding:80px 0 0 776px; }
.product_pt li.product_pt_02 p { padding:66px 80px 0 786px; line-height:30px; color:#fff; font-size:16px; }

.product_pt li.product_pt_03 { height:479px; background:url(../img/product_pt_03.png) no-repeat center top; }
.product_pt li.product_pt_03 h3 { color:#000; font-size:30px; padding:140px 0 0 34px; }
.product_pt li.product_pt_03 p { padding:26px 710px 0 36px; line-height:30px; color:#444; font-size:16px; }

.product_pt li.product_pt_04 { height:361px; background:#A2DA5A url(../img/product_pt_04.png) no-repeat center top; }
.product_pt li.product_pt_04 h3 { color:#000; font-size:30px; }
.product_pt li.product_pt_04 p { line-height:30px; color:#fff; font-size:16px; }
.product_pt li.product_pt_04 .sub_l { width:250px; float:left; margin:100px 0 0 186px; }
.product_pt li.product_pt_04 .sub_l p { padding-top:60px; }
.product_pt li.product_pt_04 .sub_r { width:560px; float:right; margin:70px 36px 0 0; }
.product_pt li.product_pt_04 .sub_r p { padding-top:50px; }

.product_pt li.product_pt_05 { height:473px; background:url(../img/product_pt_05.png) no-repeat center top; }
.product_pt li.product_pt_05 h3 { color:#000; font-size:30px; padding:160px 700px 0 34px; }
.product_pt li.product_pt_05 p { padding:26px 700px 0 36px; line-height:30px; color:#444; font-size:16px; }

.product_pt li.product_pt_06 { height:404px; background:#29CADD url(../img/product_pt_06.png) no-repeat center top; }
.product_pt li.product_pt_06 h3 { color:#000; font-size:30px; }
.product_pt li.product_pt_06 p { line-height:30px; color:#fff; font-size:16px; }
.product_pt li.product_pt_06 .sub_l { width:460px; float:left; margin:72px 0 0 60px; }
.product_pt li.product_pt_06 .sub_l p { padding-top:60px; }
.product_pt li.product_pt_06 .sub_r { width:430px; float:right; margin:70px 36px 0 0; }
.product_pt li.product_pt_06 .sub_r p { padding-top:100px; }
.product_pt li.product_pt_06 .sub_r h3 { padding:34px 0 0 26px; }

.product_pt li.product_pt_07 { height:500px; background:url(../img/product_pt_07.png) no-repeat center top; }
.product_pt li.product_pt_07 h3 { color:#000; font-size:30px; padding:186px 0 0 774px; }
.product_pt li.product_pt_07 p { padding:20px 0px 0 774px; line-height:30px; color:#010101; font-size:16px; }

.product_pt li.product_pt_08 { height:370px; background:#A025E6 url(../img/product_pt_08.png) no-repeat center top; }
.product_pt li.product_pt_08 h3 { color:#000; font-size:30px; padding:70px 450px 0 74px; }
.product_pt li.product_pt_08 p { padding:56px 450px 0 70px; line-height:30px; color:#fff; font-size:16px; }

.product_pt li.product_pt_09 { height:461px; background:url(../img/product_pt_09.png) no-repeat center top; }
.product_pt li.product_pt_09 h3 { color:#000; font-size:30px; padding:100px 700px 0 40px; }
.product_pt li.product_pt_09 p { padding:26px 700px 0 40px; line-height:30px; color:#444; font-size:16px; }

.product_pt li.product_pt_10 { height:373px; background:#FD766B url(../img/product_pt_10.png) no-repeat center top; }
.product_pt li.product_pt_10 h3 { color:#000; font-size:30px; }
.product_pt li.product_pt_10 p { line-height:30px; color:#fff; font-size:16px; }
.product_pt li.product_pt_10 .sub_l { width:560px; float:left; margin:72px 0 0 60px; }
.product_pt li.product_pt_10 .sub_l p { padding-top:50px; }
.product_pt li.product_pt_10 .sub_r { width:480px; float:right; margin:60px 36px 0 0; }
.product_pt li.product_pt_10 .sub_r p { padding-top:100px; }
.product_pt li.product_pt_10 .sub_r h3 { padding:40px 0 0 0px; }

.product_pt li.product_pt_11 { height:138px; background:url(../img/product_pt_11.png) no-repeat center top; }

.product_wsc li:nth-of-type(odd){ background:#fff; }
.product_wsc li.product_wsc_01 { padding:40px 0; }
.product_wsc li.product_wsc_01 h3 { font-size:36px; color:#7f42d2; padding:6px 40px 26px 40px; }
.product_wsc li.product_wsc_01 h3 a { margin-left:20px; background:#f60; color:#fff; font-size:18px; padding:5px 15px; border-radius:10px; }
.product_wsc li.product_wsc_01 p { font-size:16px; color:#555; line-height:30px; padding:0 40px; }

.product_wsc li.product_wsc_02 { padding:40px 0; background:#F3F3F3; overflow:hidden; text-align:center; color:#000; }
.product_wsc li.product_wsc_02 h3 { font-size:28px; }
.product_wsc li.product_wsc_02 p { float:left; width:200px; margin-top:30px; }
.product_wsc li.product_wsc_02 p font { line-height:40px; }

.product_wsc li.product_wsc_03 { padding:40px 0; }
.product_wsc li.product_wsc_03 h3 { font-size:30px; padding:6px 50px 26px 50px; color:#000; }
.product_wsc li.product_wsc_03 h3 font { color:#7f42d2; }
.product_wsc li.product_wsc_03 p { font-size:16px; color:#000; line-height:30px; padding:0 50px; }


.product_pts li:nth-of-type(odd){ background:#fff; }

.product_pts li.product_pts_01 { padding:40px 0; }
.product_pts li.product_pts_01 h3 { font-size:36px; color:#7f42d2; padding:6px 40px 26px 40px; }
.product_pts li.product_pts_01 h3 a { margin-left:20px; background:#f60; color:#fff; font-size:18px; padding:5px 15px; border-radius:10px; }
.product_pts li.product_pts_01 p { font-size:16px; color:#555; line-height:30px; padding:0 40px; }
.product_pts li.product_pts_01 p font { color:#7f42d2; line-height:50px; }

.product_pts li.product_pts_02 { padding:40px 0; background:#F3F3F3; overflow:hidden; text-align:center; color:#000; }
.product_pts li.product_pts_02 h3 { font-size:28px; }
.product_pts li.product_pts_02 p { float:left; width:200px; margin-top:30px; }
.product_pts li.product_pts_02 p font { line-height:40px; }

.product_pts li.product_pts_03 { padding:40px 0; }
.product_pts li.product_pts_03 h3 { font-size:30px; padding:6px 50px 26px 50px; color:#000; }
.product_pts li.product_pts_03 h3 font { color:#7f42d2; }

.product_pts li.product_pts_04 { background:#FD6F63; }


.product_wyx li:nth-of-type(odd){ background:#fff; }
.product_wyx li.product_wyx_01 { padding:40px 0; background:url(../img/product_wyx_01.png) no-repeat center top; }
.product_wyx li.product_wyx_01 h3 { font-size:36px; color:#7f42d2; padding:10px 540px 26px 36px; }
.product_wyx li.product_wyx_01 h3 a { margin-left:20px; background:#f60; color:#fff; font-size:18px; padding:5px 15px; border-radius:10px; }
.product_wyx li.product_wyx_01 p { font-size:16px; color:#555; line-height:30px; padding:0 540px 0 36px; }

.product_wyx li.product_wyx_02 { height:320px; background:#FD6F63 url(../img/product_wyx_02.png) no-repeat center top; }
.product_wyx li.product_wyx_02 h3 { color:#000; font-size:30px; }
.product_wyx li.product_wyx_02 p { line-height:30px; color:#fff; font-size:16px; }
.product_wyx li.product_wyx_02 .sub_l { width:270px; float:left; margin:70px 0 0 50px; }
.product_wyx li.product_wyx_02 .sub_l p { padding:50px 50px 0 0; }
.product_wyx li.product_wyx_02 .sub_r { width:600px; float:right; margin:60px 36px 0 0; }
.product_wyx li.product_wyx_02 .sub_r p { padding:20px 0 0 270px; }
.product_wyx li.product_wyx_02 .sub_r h3 { padding:40px 0 0 30px; }

.product_wyx li.product_wyx_03 { padding:40px 0; text-align:center; }
.product_wyx li.product_wyx_03 h3 { font-size:30px; color:#6ed342; }
.product_wyx li.product_wyx_03 p { font-size:16px; color:#555; line-height:30px; padding:30px 164px; }

.product_wyx li.product_wyx_04 { height:294px; background:#29CADD url(../img/product_wyx_04.png) no-repeat center top; }
.product_wyx li.product_wyx_04 h3 { font-size:30px; color:#000; padding:80px 650px 60px 56px; }
.product_wyx li.product_wyx_04 p { font-size:16px; color:#fff; line-height:30px; padding:0 750px 0 56px; }

.product_wyx li.product_wyx_05 { height:413px; background:url(../img/product_wyx_05.png) no-repeat center top; }
.product_wyx li.product_wyx_05 h3 { color:#000; font-size:30px; }
.product_wyx li.product_wyx_05 p { line-height:30px; color:#555; font-size:16px; }
.product_wyx li.product_wyx_05 .sub_l { width:430px; float:left; margin:54px 0 0 40px; }
.product_wyx li.product_wyx_05 .sub_l p { padding:16px 0 0 0; }
.product_wyx li.product_wyx_05 .sub_r { width:540px; float:right; margin:10px 36px 0 0; }
.product_wyx li.product_wyx_05 .sub_r p { padding:20px 0 0 0px; }
.product_wyx li.product_wyx_05 .sub_r h3 { padding:40px 0 0 0px; }

.product_wyx li.product_wyx_06 { height:379px; background:#A2DA5A url(../img/product_wyx_06.png) no-repeat center top; }
.product_wyx li.product_wyx_06 h3 { font-size:30px; color:#000; padding:80px 650px 50px 56px; }
.product_wyx li.product_wyx_06 p { font-size:16px; color:#fff; line-height:30px; padding:0 0 0 56px; }


/*我们的优势*/
.youshi { width:100%; background:#fff; overflow:hidden; padding-bottom:50px; }
.youshi li { float:left; width:596px; height:183px; margin:0 8px 18px 0; color:#fff; position:relative; }
.youshi li h3 { font-size:30px; position:absolute; }
.youshi li h3 p { font-size:18px; padding-top:15px; }
.youshi li:nth-of-type(odd){  }
.youshi li:nth-of-type(even){ margin-right:0;}
.youshi li:nth-child(1){ background:#00ccff url(../img/youshi_01.png) no-repeat right top; }
.youshi li:nth-child(2){ background:#37474F url(../img/youshi_02.png) no-repeat right top; }
.youshi li:nth-child(3){ background:#FF6B5F url(../img/youshi_03.png) no-repeat right top; }
.youshi li:nth-child(4){ background:#FFAD1E url(../img/youshi_04.png) no-repeat right top; }
.youshi li:nth-child(5){ background:#83D641 url(../img/youshi_05.png) no-repeat right top; }
.youshi li:nth-child(6){ background:#BD1EFF url(../img/youshi_06.png) no-repeat right top; }
.youshi li:nth-child(1) h3 { top:50px; left:256px; }
.youshi li:nth-child(2) h3 { top:30px; left:50px; }
.youshi li:nth-child(3) h3 { top:30px; left:50px; }
.youshi li:nth-child(4) h3 { top:50px; left:230px; }
.youshi li:nth-child(5) h3 { top:50px; left:290px; }
.youshi li:nth-child(6) h3 { top:50px; left:50px; }

/*服务承诺*/
.chengnuo { width:100%; background:#f5f5f5; overflow:hidden; }
.chengnuo h3 { font-size:24px; color:#000; text-align:center; line-height:54px; }
.chengnuo h3 big { font-size:30px; color:#9418db; }
.chengnuo .box { padding-top:30px; }
.chengnuo .box img { float:left; width:532px; }
.chengnuo .box ul { float:left; width:602px; height:760px; margin-left:60px; background:url(../img/chengnuo_bot.png) no-repeat left bottom;  }
.chengnuo .box li { padding-bottom:30px; }
.chengnuo .box li h4 { height:50px; line-height:50px; background:url(../img/chengnuo_bg.png) no-repeat left top; padding-left:20px; color:#fff; font-size:24px; }
.chengnuo .box li p { font-size:18px; padding-top:10px; }

/*更新日志*/
.update {padding:50px 0;min-height:720px;}
.update .wrap { width:960px;margin:0 auto;position:relative;background:url(../img/release-bg.png) no-repeat right top}
.update .main {background:url(../img/line-bg.png) repeat-y 249px 0}
.update .main .title {position:absolute;line-height:40px;padding-left:67px;left:230px;top:0;color:#7818db;font-size:24px;}
.update .main .year {position:relative;z-index:100}
.update .main .year h2 {height:40px;width:170px;padding-right:30px;font-size:24px;line-height:40px;text-align:right;color:#7818db;}
.update .main .year h2 i {display:block;position:relative;height:0;width:0;left:190px;top:-20px;border-width:6px;border-style:solid;border-color:#7818db transparent transparent transparent;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;-webkit-transform-origin:6px 3px;-moz-transform-origin:6px 3px;-ms-transform-origin:6px 3px;-o-transform-origin:6px 3px;transform-origin:6px 3px}
.update .main .year .list {margin:10px 0;position:relative;overflow:hidden;-webkit-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;-moz-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;-ms-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;-o-transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s;transition:height 1s cubic-bezier(0.025,0.025,0.000,1.115),opacity 1s}
.update .main .year .list ul {bottom:0}
.update .main .year .list ul li {background:url(../img/circle.png) no-repeat 235px 31px;padding:30px 0;color:#a1a4b8; margin-bottom:50px;}
.update .main .year .list ul li .date,.update .main .year .list ul li .version {float:left;display:block;clear:left;width:200px;line-height:24px;text-align:right}
.update .main .year .list ul li .date {font-size:18px;line-height:32px;color:#bec1d5}
.update .main .year .list ul li .intro,.update .main .year .list ul li .more {float:left;display:block;width:400px;margin-left:100px;line-height:24px}
.update .main .year .list ul li .intro {font-size:18px;line-height:32px;color:#63d029}

/*产品报价*/
.price-table-wrap{width:1200px;margin:20px auto;}
.price-table{width: 100%;}
.price-table td{border: 1px solid #dadfe6;padding: 10px 5px;line-height: 30px;font-size: 14px;color: #82939e;text-align: center;}
.price-table .l-h-2,
.price-table .l-h-3,
.price-table .l-h-4,
.price-table .l-h-5{width: 210px;font-size: 16px;text-align: center;color: #82939e;}
.price-table .l-h-1{font-size: 20px;font-weight: 700;text-align: center;color: #82939e;background-color: #fbfbfb;}
.price-table .l-h-2{font-size: 20px;font-weight: 700;color: #7ec213;background-color: #f4fce8;}
.price-table .l-h-3{font-size: 20px;font-weight: 700;color: #fd9917;background-color: #fff7ec;}
.price-table .l-h-4{font-size: 20px;font-weight: 700;color: #40b1ff;background-color: #f2faff;}
.price-table .l-h-5{font-size: 20px;font-weight: 700;color:#7818db;background: #f3f7ff;}
.price-table .t-l{width: 25px;padding: 0px 17px;line-height: 18px;background-color: #fbfbfb;}
.price-table .t-2{width: 20px;padding: 0 10px;line-height: 18px;}
.o-icon-v{display: inline-block;width: 21px;height: 16px;background: url(../img/icon_v.png) center no-repeat;}
.price-table .line-2{background-color: #fffcf8;}
.price-table strong{color:red; font-size:16px;}

.suspension { position: fixed; z-index: 55; right: 10px; bottom: 100px; width: 80px; height: 204px; }
.suspension-box { position: relative; float: right; }
.suspension-box a.a { display: block; width: 50px; height: 50px; background-color: #B5B5B5; margin-bottom: 1px; cursor: pointer; }
.suspension-box a.back_top { background-color: #797979; }
.suspension-box a.qq:hover,.suspension-box a.tel:hover,.suspension-box a.code:hover { opacity: 0.8; filter: alpha(opacity=80); }
.suspension-box a.back_top:hover { background-color:#7818db; }
.suspension-box a i { display: block; float: left; width: 25px; margin-left: 15px; margin-top: 15px; background-image: url(../img/suspension-bg.png); background-repeat: no-repeat; text-indent: -9999px; }
.suspension-box a.qq i { background-position: 0 0; }
.suspension-box a.tel i { background-position: -25px 0; }
.suspension-box a.code i { background-position: 0 -25px; }
.suspension-box a.back_top i { background-position: -28px -25px; }
.suspension-box div.code { position: absolute; left: -187px; *left: -207px; top: 0; display: none; width: 178px; height: 198px;  background-color: #fff; border: 1px solid #D9D9D9; text-align: center; }
.suspension-box div.code img { width: 155px; display:block; margin:10px auto 0 auto;  }
.suspension-box div.code p { font-size:14px; }
.suspension-box div.code i { width: 8px; height: 15px; position: absolute; top: 118px; right: -8px; background-image: url(../img/trangle-right-suspension.png); background-repeat: no-repeat; }
.suspension-box div.tencent { position: absolute; left: -187px; top: 0px; width: 177px; height: 85px; display:none; background-color: #fff; border: 1px solid #D7D7D7; }
.suspension-box div.tencent p.tencent-p { width: 75px; float: right; margin-right: 18px; margin-top: 18px; font-size: 16px; color: #333; }
.suspension-box div.tencent i.tencent-i { width: 8px; height: 15px; position: absolute; top: 10px; right: -8px; text-indent: -9999px; background-image: url(../img/trangle-right-suspension.png); background-repeat: no-repeat; }.suspension-box div.tencent b.tencent-b { position: absolute; left: 10px; top: 10px; width: 62px; height: 64px; background-image: url(../img/circle-tencent.png); background-repeat: no-repeat; }.suspension-box div.tencent span.tencent-span { position: absolute; left: 8px; top: 7px; border-radius: 22px; width: 45px; height: 48px; text-align: center; z-index: 99; overflow: hidden; }
.suspension-box div.tencent .tencent-qq {position: absolute; left: 3px;top:0px; height: 45px; width: 39px; }
.suspension-box div.tel { position: absolute; left: -187px; top: 51px; display: none; width: 177px; height: 85px; background-color: #fff; border: 1px solid #D7D7D7; }
.suspension-box div.tel i { width: 8px; height: 15px; position: absolute; top: 20px; right: -8px; background-image: url(../img/trangle-right-suspension.png); background-repeat: no-repeat; }
.suspension-box div.tel strong { display: block; margin-left: 17px; margin-top: 16px; font-size: 16px; font-weight: normal; }
.suspension-box div.tel p { margin-left: 17px; font-size: 23px; font-family: arial; color: #FD696D; }

/*帮助中心*/
.help_box { width: 1200px; margin: 0 auto; padding-top:40px;}
.help_box span { font-size: 24px; color:#fff; background:#FFAE00; padding:10px 20px; border-radius:10px; }
.help_box p {font-size: 14px; color: #333333; margin-top: 20px;padding-bottom:40px; background:#f2f2f2; padding:10px 20px; border-radius:10px; margin-bottom:30px; }
.help_box a { color: #7818db; }
.help_box p:first-letter { font-size:24px; }



