@charset "utf-8";
/*
	CSS for diahosting
	by sjw
	www.eitdesign.com
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
.clear {
  clear: both;
}
/* Layout
-------------------------------------------------------------- */
body {
  font-family: 'Hiragino Sans GB', '微软雅黑', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #000000;
}
h1 {
  font-size: 20px;
}
.container {
  width: 100%;
  padding: 0;
}
/*--------------------------------   Header   --------------*/
.header {
  width: 100%;
  min-width: 1000px;
  height: 550px;
  position: relative;
}
.header #main-carousel {
  width: 100%;
  height: 550px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
.header #main-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.header #main-carousel .textwrap {
  position: relative;
  width: 1000px;
  height: 550px;
  margin: 0 auto;
}
.header #main-carousel .textwrap .textbox {
  position: absolute;
  left: 30px;
  top: 200px;
  background: #0089a7;
  font-size: 22px;
  line-height: 35px;
  padding: 20px 30px;
  color: #ffffff;
}
.header .bannerpic {
  width: 100%;
  height: 350px;
  position: absolute;
  overflow: hidden;
}
.header .bannerpic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.header .banner {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 100;
}
.header .banner .navbar {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}
.header .banner .navbar .logo {
  position: absolute;
  top: 5px;
  left: 30px;
}
.header .banner .navbar .logo img {
  width: 160px;
}
.header .banner .navbar .menu {
  position: absolute;
  top: 50px;
  right: 10px;
}
.header .banner .navbar .menu ul li {
  float: left;
  padding: 0 20px;
}
.header .banner .navbar .menu ul li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
}
.header .banner .navbar .menu ul li a:hover {
  text-decoration: none;
}
.header .banner .navbar .menu .menu-item-has-children {
  position: relative;
}
.header .banner .navbar .menu .sub-menu {
  position: absolute;
  display: none;
  z-index: 100;
  width: 110px;
  top: 50px;
  left: -30px;
}
.header .banner .navbar .menu .sub-menu li {
  width: 135px;
  height: 40px;
}
.header .banner .navbar .menu .sub-menu li a {
  display: block;
  width: 135px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  margin: 0;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.8);
  border-left: none;
}
.header .banner .navbar .menu .sub-menu li a:hover {
  background: #ffffff;
}
.inner {
  height: 350px;
}
/*--------------------------------   Main Body   --------------*/
.main_body {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.main_body .box {
  padding: 20px;
  float: left;
}
.main_body .box1 {
  width: 60%;
}
.main_body .box2 {
  width: 40%;
}
.main_body h1 {
  color: #0089a7;
  font-size: 18px;
  padding: 5px 0 5px 20px;
  font-weight: 300;
}
.main_body p {
  font-size: 13px;
  padding: 10px 20px;
}
/*--------------------------------   Single Body   --------------*/
.single_body {
  margin: 0 auto;
  padding: 20px;
  width: 1000px;
}
.single_body h1 {
  color: #0089a7;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single_body p {
  margin: 20px;
}
.single_body ul li {
  margin: 0 0 10px 20px;
  list-style: circle;
}
.single_body ol li {
  margin: 0 0 10px 20px;
  list-style: decimal;
}
.single_body .left {
  float: left;
  width: 160px;
  color: #0089a7;
  text-align: right;
  margin-bottom: 20px;
}
.single_body .right {
  float: right;
  width: 750px;
  margin-bottom: 20px;
}
.plans ul {
  float: left;
  width: 120px;
  text-align: center;
}
.plans ul:first-child {
  font-weight: bold;
  text-align: left;
}
.plans ul li {
  height: 32px;
  line-height: 32px;
  list-style: none;
  margin: 0;
  white-space: nowrap;
}
.plans ul li:first-child {
  font-weight: bold;
}
.plans .buy {
  height: 50px;
  padding: 10px 0;
}
.plans .buy .btn-primary {
  background: #0089a7;
}
.faq .panel-group {
  margin: 0 20px;
}
.faq .panel-group .panel-heading {
  color: #0089a7;
  font-size: 14px;
}
.faq .panel-group .panel-heading a {
  color: #0089a7;
}
.faq .panel-group .panel-heading a:hover {
  text-decoration: none;
}
.faq .left {
  width: 50%;
  text-align: left;
  margin: 0 0 0 20px;
}
.faq .right {
  width: 90%;
}
.faq p {
  margin: 10px;
}

.img-center {
  width: 200px;
  height:200px;
}

/*--------------------------------   Footer   --------------*/
.footer {
  font-size: 12px;
  line-height: 18px;
  height: 50px;
  border-top: #0089a7 solid 10px;
}
.footer .footerwrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.footer .footerwrap .footerpic {
  position: absolute;
  left: 150px;
  top: 5px;
}
.footer .footerwrap .servicetc {
  position: absolute;
  right: 150px;
  top: 5px;
}
.footer .footerwrap .copyright {
  position: absolute;
  left: 150px;
  top: 40px;
}
.wx-fix-bar {
    width: 80px;
    height: 160px;
    position: fixed;
    bottom: 181px;
    right: 0;
    text-align: center;
    display: block;
    background: #12b7f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 101;
}
.wx-fix-bar .btn-wx-text {
    color: #fff;
    font-size: 16px;
}
.wx-fix-bar a:hover {
    text-decoration: inherit;
}
.spliter-wx {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.btn-wx {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 80px;
    top: 17px;
    cursor: pointer;
}
.btn-wx i.fa {
    color: #fff;
}

.btn-wx .btn-wx-child {
    display: none;
    position: absolute;
    z-index: 999999999999999;
    right: 81px;
    bottom: -74px;
    width: 160px;
    height: 170px;
    background-color: #fff;
    border-radius: 4px;
}
.btn-wx:hover .btn-wx-child {
    display: block;
}
.btn-wx .btn-wx-child .btn-wx-child-box {
    width: 160px;
    height: 170px;
    background-color: transparent;
    box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
    border-radius: 2px;
    overflow: hidden;
}
