@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #666;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0px;
  padding: 0px;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
  width: 100%;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul,
li {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: underline;
}
/* 清理浮动 */
.clear {
  zoom: 1;
  /* for IE6 IE7 */
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body {
  font: normal normal 500 13px/18px Arial, Microsoft YaHei, SimSun;
  *font-family: Microsoft YaHei, Arial, SimSun;
}
input,
textarea,
select,
button {
  color: #333;
  font-family: "Arial, Microsoft YaHei, SimSun";
}
a,
a:hover {
  text-decoration: none;
}
.inner {
  width: 1000px;
  margin: 0px auto;
}
.hd {
  position: fixed;
  height: 49px;
  width: 100%;
  border-bottom: solid 1px #000;
  background-color: #001F39;
}
.hd .logo {
  float: left;
  width: 180px;
  height: 50px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -0px;
}
.hd .slogan {
  float: left;
  margin: 10px 0px 0px 20px;
  width: 288px;
  height: 30px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -50px;
}
.hd .tel {
  float: right;
  margin: 5px 0px 0px 0px;
  width: 180px;
  height: 40px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -80px;
}
.nav {
  display: none;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  border-top: solid 1px #555;
  border-bottom: solid 1px #001F39;
  background-color: #001F39;
}
.nav .nav-list li {
  float: left;
  margin-right: 10px;
  height: 40px;
  border-left: 1px solid #ddd;
}
.nav .nav-list li a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
}
.nav .nav-list li:first-child {
  border-left: none;
}
.nav .nav-list .current a,
.nav .nav-list li a:hover {
  color: #fff;
  
}
.nav .nav-list .buy a {
  color: #94CE78;
}
.ft {
  display: none;
  padding: 20px 0px 30px 0px;
  background-color: #17588C;
  color: #bdddf6;
}
.ft .keyword {
  padding: 10px 40px;
  line-height: 22px;
}
.ft .copyright {
  padding: 5px 0px;
  text-align: center;
}
.ft .sgs {
  margin-top: 10px;
  text-align: center;
}
.section {
  min-height: 400px;
  background-size: cover;
}
.section .inner {
  position: relative;
}
.section .intro {
  float: left;
  padding-top: 150px;
  color: #666;
}
.section .intro h1 {
  line-height: 180%;
  font-size: 48px;
  font-weight: 500;
}
.section .intro h2 {
  line-height: 150%;
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
}
.section .intro p{
  margin:10px 0;
}
.section .intro h2 b {
  margin-right: 10px;
  font-size: 48px;
}
.section .intro h2 span {
  margin: 0px 3px;
}
.section .intro h2 .key-1 {
  font-weight:bold;
}
.section .intro h2 .key-2 {
  color: #9ee27d;
}
.section .intro h2 .key-3 {
  color: #f7d886;
}
.section .intro p {
  font-size: 16px;
  line-height: 150%;
}
.section .intro .link {
  margin: 30px 0px 0px 5px;
}
.section .intro .details {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-indent: 15px;
  font-size: 16px;
  color: #2378bd;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -160px;
}
.section .intro .details:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -190px;
}
.section .intro .next {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-indent: 15px;
  font-size: 16px;
  color: #2378bd;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -370px;
}

.section .intro .next:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -400px;
}



.section .picture {
  float: right;
}
.section .h2 {
  font-size: 36px;
  color: #2c8ad3;
  line-height: 200%;
}
.section .p {
  font-size: 16px;
  color: #666;
  line-height: 200%;
}

.section.s-1 .intro {
  width: 510px;
}
.section.s-1 .intro p {
  color: #555;
}
.section.s-1 .picture {
  position: absolute;
  right: 0px;
  top: 205px;
}

.section.s-2 .picture {
  position: absolute;
  right: 0px;
  top: 155px;
}

.section.s-3 .intro {
  float: right;
}
.section.s-3 .picture {
  position: absolute;
  left: 0px;
  top: 180px;
}

.section.s-4 h2 b {
  margin-right:10px;
}
.section.s-4 .picture {
  position: absolute;
  right: 0px;
  top: 175px;
}

.section.s-5 .intro {
  float: right;
}
.section.s-5 .picture {
  position: absolute;
  left: 0px;
  top:65px;
}
.section.s-6 {
  background-color: #FAFAFA;
}
.section.s-6 .picture {
  position: absolute;
  right: 0px;
  top: 140px;
}

.section.s-7 .intro {
  float: right;
  width: 530px;
}
.section.s-7 .intro h2 {
  color: #666;
}
.section.s-7 .contact {
  margin-top: 20px;
}
.section.s-7 .contact a{
  clear: both;
  float: left;
  margin-top: 18px;
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 20px;
  font-style: normal;
  white-space: nowrap;
}
.section.s-7 .contact .weixin {
  float: right;
  margin: 20px 90px 0px 0px;
  text-align:center;
}
.section.s-7 .contact .email {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -280px;
}
.section.s-7 .contact .tel {
  clear: none;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -310px;
}
.section.s-7 .contact .qq {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -340px;
}
.section.s-7 .picture {
  position: absolute;
  left: 20px;
  top: 165px;
}
.section.s-7 .next {
  color: #2378bd;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -370px;
}
.section.s-7 .next:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -400px;
}

.section.s-8 h2 b {
  margin: 0px 10px;
}
.section.s-8 .picture {
  position: relative;
  margin: 160px 50px 0px 0px;
  width: 402px;
}
.section.s-8 .scrollable {
  position: relative;
  width: 402px;
  height: 240px;
  overflow: hidden;
}
.section.s-8 .scrollable .items {
  width: 20000em;
  height: 240px;
  position: absolute;
  clear: both;
}
.section.s-8 .scrollable .items div {
  float: left;
  width: 402px;
  height: 240px;
}
.section.s-8 .logo-list li {
  float: left;
  margin: 0px 0px 12px 12px;
}
.section.s-8 .logo-list li a {
  display: block;
  width: 120px;
  height: 60px;
  overflow:hidden;
  -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
.section.s-8 .logo-list li a img {
  width: 120px;
  height: 60px;
}
.section.s-8 .logo-list li a:hover {
}
.section.s-8 .prev {
  position: absolute;
  left: -20px;
  top: 85px;
  width: 16px;
  height: 33px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -430px;
}
.section.s-8 .prev:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -463px;
}
.section.s-8 .next {
  position: absolute;
  left: -20px;
  top: 85px;
  width: 16px;
  height: 33px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -430px;
  left: auto;
  right: -32px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -496px;
}
.section.s-8 .next:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -463px;
}
.section.s-8 .next:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -529px;
}
.s-2 .intro,
.s-3 .intro,
.s-4 .intro,
.s-5 .intro,
.s-6 .intro,
.s-7 .intro,
.s-8 .intro {
  width: 420px;
}
.s-2 .intro h2,
.s-3 .intro h2,
.s-4 .intro h2,
.s-5 .intro h2,
.s-6 .intro h2,
.s-7 .intro h2,
.s-8 .intro h2 {
  font-size: 28px;
  color: #666;
  line-height: 200%;
}
.s-2 .intro p,
.s-3 .intro p,
.s-4 .intro p,
.s-5 .intro p,
.s-6 .intro p,
.s-7 .intro p,
.s-8 .intro p {
  font-size: 14px;
  color: #666;
  line-height: 180%;
}
.section-nav {
  position: fixed;
  top: 50%;
  right: 15px;
  z-index: 100;
  margin-top: -100px;
}
.section-nav li {
  margin: 4px 0px;
  width: 14px;
}
.section-nav li a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -562px;
  background-repeat: no-repeat;
}
.section-nav li a i {
  display: none;
  position: absolute;
  top: 0px;
  right: 25px;
  padding: 1px 5px;
  font-style: normal;
  color: #333;
  white-space: nowrap;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.section-nav .current a,
.section-nav li a:hover {
  background-image: url('../rpt_files/bg-index.png');
  background-position: left -579px;
}
.s-5 .inner .intro p{ line-height:160%;}
.s-6 .inner .intro p{ line-height:160%;}


.lim_float_icon {
  display:none;
  position: fixed!important;
  top: auto!important;
  bottom: 50px!important;
}


/**/
.suspension{ position:fixed; top:50%; left:10px; background:url(../rpt_files/suspension_bg.png) no-repeat; padding:2px; width:100px; height:325px; margin-top:-185px;}

.suspension ul li a{ display:block; text-align:center; height:30px; line-height:30px; padding-top:35px; color:#2378bd; font-size:13px;}
.suspension ul li a.consulting{ text-indent:2000px; overflow:hidden;}
.suspension ul li a.consulting:hover{ background:url(../rpt_files/suspension_bg_h.png) 0 0 no-repeat;}
.suspension ul li a.trial:hover{ background:url(../rpt_files/suspension_bg_h.png) 0 -65px no-repeat;}
.suspension ul li a.phone:hover{ background:url(../rpt_files/suspension_bg_h.png) 0 -130px no-repeat;}
.suspension ul li a.onlineqq:hover{ background:url(../rpt_files/suspension_bg_h.png) 0 -195px no-repeat;}
.suspension ul li a.addweixin:hover{ background:url(../rpt_files/suspension_bg_h.png) 0 -260px no-repeat;}


.section_bg_01{ background:url(../rpt_files/section_bg_01.png) center repeat-x; width:100%; height:87px; position:absolute; bottom:30px; left:0;}




.inner{ position:relative;}
.language{position: fixed; bottom:10px;right:10px;z-index:1000; width:42px;}
.language a{background: url(../rpt_files/transparent_white80.png);;display:inline-block; width:42px;line-height:42px; text-align:center; color:#888;border-radius:5px;font-size:14px; float:left; margin-bottom:5px; }
.language a#zh_click_t{}
.language a:hover{ background:#ddd;}



.email{text-decoration: underline;}









